]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/99_TODO
turn on extended globbing
[zsh.git] / .zsh / zshrc / 99_TODO
index 82fb2452083d37e4bf59033011743c2d4b3cb994..079f8514e148d661acd9848f8f5fa01dd0da3ef1 100644 (file)
@@ -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