From 88da2fe9f448682131f4af8e6c2cf1a977ab322e Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 1 Oct 2020 14:00:09 +0200 Subject: [PATCH] Added .zfunc to zsh completion path --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 6fe71dc..26fb5f2 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -79,6 +79,8 @@ plugins=( tmux ) +[ -d ~/.zfunc ] && fpath+=~/.zfunc + source $ZSH/oh-my-zsh.sh # User configuration