dot/zshrc: Turn off `KSH_GLOB'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 12:24:41 +0000 (13:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 12:24:41 +0000 (13:24 +0100)
It breaks the more convenient `*(X|Y)*' patterns.

dot/zshrc

index bf32bf9..7839277 100644 (file)
--- 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