Fix 'ga *foo*' by not globbing git
This commit is contained in:
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'
|
||||
Reference in New Issue
Block a user