]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
unset and comment strange option
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Sat, 4 May 2024 19:51:51 +0000 (21:51 +0200)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Sat, 4 May 2024 19:51:51 +0000 (21:51 +0200)
.zshrc

diff --git a/.zshrc b/.zshrc
index 17212faf08e07bd437a3c856785b1ea4078597d4..6c840816fdf5670be62cc9446f2fbea2ce80af79 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -62,7 +62,11 @@ setopt CHASE_LINKS
 
 setopt AUTO_NAME_DIRS
 
-setopt BRACE_CCL
+# this should not be needed ever
+# unclear why it is even implemented
+# all relevant functionality should be possible without this anyway
+# see #zsh@libera on 2024-04-14
+# setopt BRACE_CCL
 setopt EXTENDED_GLOB
 setopt MARK_DIRS
 setopt NUMERIC_GLOB_SORT