Remove git.zsh, it is not useful [Close #135]

This commit is contained in:
Yan Pritzker
2012-08-10 16:02:48 -07:00
parent 7079ae1432
commit 4742eb91db

View File

@@ -1,6 +0,0 @@
# Speed up git completion
# http://talkings.org/post/5236392664/zsh-and-slow-git-completion
__git_files () {
_wanted files expl 'local files' _files
}