aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-09-28 21:32:39 +0200
committerDavid Runge <dave@sleepmap.de>2021-09-28 21:32:39 +0200
commit5d42b1e82443567ecc1925a67a66076e3929782c (patch)
tree99691302dbc3fe8f93c7514af8c6a2d7e8517630 /.zsh.before
parent34113ea871f0e8412612494892b362720d13fd8c (diff)
downloaddotfiles-5d42b1e82443567ecc1925a67a66076e3929782c.tar.gz
dotfiles-5d42b1e82443567ecc1925a67a66076e3929782c.tar.bz2
dotfiles-5d42b1e82443567ecc1925a67a66076e3929782c.tar.xz
dotfiles-5d42b1e82443567ecc1925a67a66076e3929782c.zip
zsh: remove unneeded noglob for git
.zsh.before/noglob.zsh: Remove disabling of shell globbing for git.
Diffstat (limited to '.zsh.before')
-rw-r--r--.zsh.before/noglob.zsh4
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'