]> git.draconx.ca Git - zshconf.git/blobdiff - zshrc
Enable extended globs by default.
[zshconf.git] / zshrc
diff --git a/zshrc b/zshrc
index 7f5a3b3984e99773f3a26d417ea68d6bccf8632f..b61eb5c77545d159f08bf13398f38aca9de3b546 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -7,6 +7,9 @@
 # notice and this notice are preserved.  This file is offered as-is,
 # without any warranty.
 
+# Default shell options
+setopt EXTENDED_GLOB
+
 if [[ -n $HOME ]]; then
        HISTFILE=$HOME/.zsh_history
        SAVEHIST=10000