Add zsh-completions homebrew package
This commit is contained in:
parent
fcd0cb1f49
commit
bc85de1ad5
@ -113,6 +113,12 @@ alias kns="kubens"
|
||||
alias kctx="kubectx"
|
||||
alias tf="terraform"
|
||||
|
||||
# zsh-completions homebrew package
|
||||
if type brew &>/dev/null; then
|
||||
FPATH=$(brew --prefix)/share/zsh-completions:$FPATH
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
fi
|
||||
|
||||
# VTerm integration
|
||||
# Some of the most useful features in emacs-libvterm require shell-side
|
||||
|
Loading…
Reference in New Issue
Block a user