Added .zfunc to zsh completion path
This commit is contained in:
parent
628463f6dd
commit
88da2fe9f4
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ plugins=(
|
||||||
tmux
|
tmux
|
||||||
)
|
)
|
||||||
|
|
||||||
|
[ -d ~/.zfunc ] && fpath+=~/.zfunc
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
Loading…
Reference in a new issue