summaryrefslogtreecommitdiffstats
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
parentd18ff8e01c09ae2f1c40def9d369fe1c1a697032 (diff)
downloadconf-921b90f861b834c8223fc674ac4d2f3de4bbbb3d.tar.gz
conf-921b90f861b834c8223fc674ac4d2f3de4bbbb3d.zip
keep zsh completions in here
rather than relying on system installs
-rw-r--r--.gitmodules3
m---------zsh/zsh-completions0
-rw-r--r--zshrc1
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 4b2973f..91cff4c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -97,3 +97,6 @@
[submodule "zsh/zsh-autosuggestions"]
path = zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
+[submodule "zsh/zsh-completions"]
+ path = zsh/zsh-completions
+ url = https://github.com/zsh-users/zsh-completions
diff --git a/zsh/zsh-completions b/zsh/zsh-completions
new file mode 160000
+Subproject fb28eaf1d6c3c697f1e9721ee9ec911b8d0118e
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 {{{