From: Samir Benmendil Date: Sat, 1 Dec 2012 17:06:13 +0000 (+0100) Subject: fix globbing in zsh X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6b906e7f61cdd94608e01138cc8729940c153eaa fix globbing in zsh --- diff --git a/zshrc b/zshrc index 6f8f6a3..c52d8b0 100644 --- a/zshrc +++ b/zshrc @@ -11,7 +11,8 @@ setopt extended_history # misc setopt beep setopt extendedglob -setopt nomatch +setopt csh_nullglob # 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 rcquotes # echo 'don''t'; prints don't @@ -68,3 +69,4 @@ hash -d src=~/src hash -d chroot_testing=/buildsystem/testing/buildroot hash -d chroot_master=/buildsystem/master/buildroot hash -d chroot_lib32=/buildsystem/lib32/buildroot +hash -d wineprefixes=/mnt/sdd5/wineprefixes