From 384ab53ad950bbdec12bdc86fd2878afaa843233 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 10 Nov 2018 18:13:15 -0500 Subject: add completions for the sv* commands --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index e2e8fb1..8e23aa0 100644 --- a/zshrc +++ b/zshrc @@ -26,7 +26,7 @@ esac # }}} [ -f "$HOME/.sh/functions" ] && source $HOME/.sh/functions # }}} # completion {{{ -fpath=(~/.zsh/zsh-completions/src $fpath) +fpath=(~/.zsh/local-completions/$(hostname) ~/.zsh/local-completions ~/.zsh/zsh-completions/src $fpath) source ~/.zshcomplete # }}} # zsh configuration {{{ -- cgit v1.2.3-54-g00ecf