]> git.rmz.io Git - dotfiles.git/commitdiff
fix cshnullglob
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 27 Oct 2013 12:41:42 +0000 (13:41 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 27 Oct 2013 12:41:42 +0000 (13:41 +0100)
zshrc

diff --git a/zshrc b/zshrc
index dd2e117ec2464f95c9bdc01391fa2a255bb7cdd8..9031177f985fa11a871a80200c993dc637eef574 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -20,7 +20,7 @@ autoload -U compinit; compinit
 
 # miscelaneous options
 setopt extendedglob
 
 # miscelaneous options
 setopt extendedglob
-setopt csh_nullglob # if glob does not match, remove pattern, if no glob matches print error
+setopt cshnullglob  # if glob does not match, remove pattern, if no glob matches print error
 setopt numeric_glob_sort # sort numerically not lexically
 setopt noclobber    # don't allow overwriting files with '>', use '>!' instead
 setopt notify
 setopt numeric_glob_sort # sort numerically not lexically
 setopt noclobber    # don't allow overwriting files with '>', use '>!' instead
 setopt notify