From: Samir Benmendil Date: Sun, 27 Oct 2013 12:41:42 +0000 (+0100) Subject: fix cshnullglob X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/3fcb2cdfbd4249bdef950973e6f11c91538e7a21 fix cshnullglob --- diff --git a/zshrc b/zshrc index dd2e117..9031177 100644 --- a/zshrc +++ b/zshrc @@ -20,7 +20,7 @@ autoload -U compinit; compinit # 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