summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-10 18:13:15 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-10 18:14:42 -0500
commit384ab53ad950bbdec12bdc86fd2878afaa843233 (patch)
tree5c1a9e8eac7b1d6d92428756a70abe7acbb34403 /zshrc
parent7347b5285ec3e8d6e5e36f51233c92c79f987e74 (diff)
downloadconf-384ab53ad950bbdec12bdc86fd2878afaa843233.tar.gz
conf-384ab53ad950bbdec12bdc86fd2878afaa843233.zip
add completions for the sv* commands
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
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 {{{