summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-21 04:14:38 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-21 06:37:31 -0500
commit921b90f861b834c8223fc674ac4d2f3de4bbbb3d (patch)
tree5912c50f2fc3e27117f9605916227f00bba021cc /zshrc
parentd18ff8e01c09ae2f1c40def9d369fe1c1a697032 (diff)
downloadconf-921b90f861b834c8223fc674ac4d2f3de4bbbb3d.tar.gz
conf-921b90f861b834c8223fc674ac4d2f3de4bbbb3d.zip
keep zsh completions in here
rather than relying on system installs
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index f646e5a..da5003c 100644
--- a/zshrc
+++ b/zshrc
@@ -39,6 +39,7 @@ function vim {
}
# }}}
# completion {{{
+fpath=(~/.zsh/zsh-completions/src $fpath)
source ~/.zshcomplete
# }}}
# zsh configuration {{{