Autoload brew shell completions
This commit is contained in:
parent
3c730f41da
commit
abcae065f0
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ SAVEHIST=10000
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
|
||||||
# ZSH builtin autoload
|
# ZSH builtin autoload
|
||||||
|
if type brew &>/dev/null; then
|
||||||
|
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
||||||
|
fi
|
||||||
autoload -Uz compinit promptinit run-help
|
autoload -Uz compinit promptinit run-help
|
||||||
compinit
|
compinit
|
||||||
promptinit
|
promptinit
|
||||||
|
|
Loading…
Add table
Reference in a new issue