From: Mark Wooding Date: Fri, 8 Jun 2018 12:24:41 +0000 (+0100) Subject: dot/zshrc: Turn off `KSH_GLOB'. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/cfcfc91b899eb3f2f205f80fb27a61c79154ef97 dot/zshrc: Turn off `KSH_GLOB'. It breaks the more convenient `*(X|Y)*' patterns. --- diff --git a/dot/zshrc b/dot/zshrc index bf32bf9..7839277 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -141,7 +141,7 @@ unsetopt global_export setopt glob_star_short setopt hist_ignore_all_dups setopt hist_ignore_space -setopt ksh_glob +unsetopt ksh_glob setopt list_ambiguous setopt list_packed setopt multios