Solved autocomplete with Homebrew
This commit is contained in:
parent
8bdda8559a
commit
247330921f
3
.zshrc
3
.zshrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue