From 3fcb2cdfbd4249bdef950973e6f11c91538e7a21 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 27 Oct 2013 13:41:42 +0100 Subject: [PATCH] fix cshnullglob --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1