aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before/noglob.zsh
blob: ede67c9d7bc919fe91eb70e0609187dcb450ee4a (plain)
1
2
3
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'