Update asdf and fzf to work nicer with MacOS
This commit is contained in:
parent
32ebf043e3
commit
56a572e55f
4 changed files with 11 additions and 2 deletions
chezmoi/dot_zshrc.d
|
@ -5,3 +5,7 @@ done
|
|||
2>/dev/null for FZF_FILE in /usr/share/fzf/shell/*.zsh; do
|
||||
source "$FZF_FILE"
|
||||
done
|
||||
|
||||
2>/dev/null for FZF_FILE in /opt/homebrew/opt/fzf/shell/*.zsh; do
|
||||
source "$FZF_FILE"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue