dotar/zsh/noglob.zsh

5 lines
133 B
Bash
Raw Normal View History

2012-11-17 02:04:34 +08:00
# 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'