diff --git a/zsh/noglob.zsh b/zsh/noglob.zsh new file mode 100644 index 0000000..ede67c9 --- /dev/null +++ b/zsh/noglob.zsh @@ -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'