|
@@ -60,7 +60,9 @@ eval "$(direnv hook zsh)"
|
|
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
|
|
|
|
|
|
|
# load homebrew autocompletions
|
|
# load homebrew autocompletions
|
|
|
-fpath=($(brew --prefix)/share/zsh/site-functions $fpath)
|
|
|
|
|
|
|
+if which brew > /dev/null; then
|
|
|
|
|
+ fpath=($(brew --prefix)/share/zsh/site-functions $fpath)
|
|
|
|
|
+fi
|
|
|
|
|
|
|
|
# zplug load
|
|
# zplug load
|
|
|
if which sheldon > /dev/null; then
|
|
if which sheldon > /dev/null; then
|