add shell-completion
This commit is contained in:
parent
393f655fb8
commit
2aa125a71f
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
if type brew &>/dev/null
|
||||
then
|
||||
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
fi
|
||||
|
||||
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
#source /opt/homebrew/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
||||
|
||||
|
|
Loading…
Reference in a new issue