Fix 'ga *foo*' by not globbing git
This commit is contained in:
parent
990cda8aaa
commit
5ba606f60d
4
zsh/noglob.zsh
Normal file
4
zsh/noglob.zsh
Normal 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'
|
Loading…
Reference in New Issue
Block a user