Solved autocomplete with Homebrew

This commit is contained in:
Eduardo Cueto-Mendoza 2025-01-30 19:28:41 +00:00
parent 8bdda8559a
commit 247330921f
Signed by: TastyPancakes
GPG Key ID: 941DF56C7242C3F1
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -13,6 +13,9 @@ zinit light zsh-users/zsh-autosuggestions
#zinit light Aloxaf/fzf-tab #zinit light Aloxaf/fzf-tab
zinit light junegunn/fzf-git.sh zinit light junegunn/fzf-git.sh
# Homebrew
eval "$(brew shellenv)"
# Load completions # Load completions
autoload -U compinit && compinit autoload -U compinit && compinit