]> git.draconx.ca Git - zshconf.git/commitdiff
Enable extended globs by default.
authorNick Bowler <nbowler@elliptictech.com>
Wed, 14 Sep 2011 20:00:27 +0000 (16:00 -0400)
committerNick Bowler <nbowler@elliptictech.com>
Wed, 14 Sep 2011 20:00:27 +0000 (16:00 -0400)
This feature rocks.

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