From 4742eb91db770071c43aa1d6a461b0dd2922d589 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 10 Aug 2012 16:02:48 -0700 Subject: [PATCH] Remove git.zsh, it is not useful [Close #135] --- zsh/git.zsh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 zsh/git.zsh 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 -} -