From 5d42b1e82443567ecc1925a67a66076e3929782c Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 28 Sep 2021 21:32:39 +0200 Subject: zsh: remove unneeded noglob for git .zsh.before/noglob.zsh: Remove disabling of shell globbing for git. --- .zsh.before/noglob.zsh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .zsh.before/noglob.zsh (limited to '.zsh.before') 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' -- cgit v1.2.3-54-g00ecf