From 921b90f861b834c8223fc674ac4d2f3de4bbbb3d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 21 Jan 2017 04:14:38 -0500 Subject: keep zsh completions in here rather than relying on system installs --- .gitmodules | 3 +++ zsh/zsh-completions | 1 + zshrc | 1 + 3 files changed, 5 insertions(+) create mode 160000 zsh/zsh-completions 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 index 0000000..fb28eaf --- /dev/null +++ b/zsh/zsh-completions @@ -0,0 +1 @@ +Subproject commit fb28eaf1d6c3c697f1e9721ee9ec911b8d0118ec 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 {{{ -- cgit v1.2.3-54-g00ecf