diff --git a/.zshrc_darwin b/.zshrc_darwin index 9d6eb31..4e90083 100644 --- a/.zshrc_darwin +++ b/.zshrc_darwin @@ -1,3 +1,11 @@ +if type brew &>/dev/null +then + FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}" + + autoload -Uz compinit + compinit +fi + source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh #source /opt/homebrew/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh