Added .zfunc to zsh completion path

This commit is contained in:
Michael Mandl 2020-10-01 14:00:09 +02:00
parent 628463f6dd
commit 88da2fe9f4
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -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