diff --git a/zsh/git.zsh b/zsh/git.zsh deleted file mode 100644 index 17332363..00000000 --- a/zsh/git.zsh +++ /dev/null @@ -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 -} -