diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-07-28 11:42:12 +0100 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-07-28 11:42:12 +0100 |
commit | 810a2638b5098a5a33430764deb4f40d8403070d (patch) | |
tree | 6d2dbbe77328ae633d0afe4e36e345beea2166cb /.gitmodules | |
parent | 7cdd17c2c3eea55f21fea8cbcd6b99eec970226c (diff) | |
download | resources-810a2638b5098a5a33430764deb4f40d8403070d.tar.bz2 |
Add completions via the zsh-complete project
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..80c6cda --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "zsh/complete"] + path = zsh/complete + url = git://github.com/zsh-users/zsh-completions.git |