Fix 'ga *foo*' by not globbing git

This commit is contained in:
Yan Pritzker 2012-11-16 12:04:34 -06:00
parent 990cda8aaa
commit 5ba606f60d

4
zsh/noglob.zsh Normal file
View File

@ -0,0 +1,4 @@
# Don't try to glob with zsh so you can do
# stuff like ga *foo* and correctly have
# git add the right stuff
alias git='noglob git'