]> git.draconx.ca Git - zshconf.git/blobdiff - zshrc
Unfuck ls alias.
[zshconf.git] / zshrc
diff --git a/zshrc b/zshrc
index 7f5a3b3984e99773f3a26d417ea68d6bccf8632f..10edaa9f8941fa6787c7b8f77aa58a090d88cf12 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
@@ -100,7 +103,7 @@ export LANG=en_CA.UTF-8
 export LC_COLLATE=ja_JP.UTF-8
 
 # Default options for various utilities.
-alias ls='ls --time-style=long-iso --color=auto'
+alias ls='ls -N --time-style=long-iso --color=auto'
 alias grep='grep --color=auto'
 
 # I hate mistakes