From 389c2dad42690c3630be102cdd5e53d294ddfaa7 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 23 Dec 2019 11:15:48 -0800 Subject: [PATCH] add custom completions --- runcoms/zshrc | 2 ++ 1 file changed, 2 insertions(+) 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"