diff options
-rw-r--r-- | .zsh.before/noglob.zsh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.zsh.before/noglob.zsh b/.zsh.before/noglob.zsh deleted file mode 100644 index ede67c9..0000000 --- a/.zsh.before/noglob.zsh +++ /dev/null @@ -1,4 +0,0 @@ -# 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' |