diff --git a/.zshrc b/.zshrc index 23b4e16..180ee99 100644 --- a/.zshrc +++ b/.zshrc @@ -13,6 +13,9 @@ zinit light zsh-users/zsh-autosuggestions #zinit light Aloxaf/fzf-tab zinit light junegunn/fzf-git.sh +# Homebrew +eval "$(brew shellenv)" + # Load completions autoload -U compinit && compinit