chiark / gitweb /
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 bf32bf93e2f5a36ecee012a22ff3af385084204f..7839277865c425d2b67891e0370fa5a8d7e93919 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