aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before/noglob.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.before/noglob.zsh')
-rw-r--r--.zsh.before/noglob.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zsh.before/noglob.zsh b/.zsh.before/noglob.zsh
new file mode 100644
index 0000000..ede67c9
--- /dev/null
+++ b/.zsh.before/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'