From bdad9fbbba5cce50d43ec34af99f914bd81482cf Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 11 May 2008 15:23:41 +0100 Subject: [PATCH 1/1] turn on extended globbing --- .zsh/zshrc/99_TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO index 82fb245..079f851 100644 --- a/.zsh/zshrc/99_TODO +++ b/.zsh/zshrc/99_TODO @@ -35,6 +35,9 @@ setopt checkjobs # disable backslashed escape sequences unless -e is given to echo setopt bsd_echo +# use full globbing powers +setopt extended_glob + # don't bitch about bad patterns, just use them verbatim setopt no_bad_pattern -- 2.39.2