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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3-54-g00ecf