dotar/zsh/noglob.zsh
2012-11-16 12:04:34 -06:00

5 lines
133 B
Bash

# 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'