diff --git a/runcoms/zshrc b/runcoms/zshrc index 9ee990d..6493960 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -48,4 +48,6 @@ if type fzf > /dev/null; then alias fzf=fzf-tmux fi +fpath=(~/.zsh/completion $fpath) + [[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"