From f6843c1ae4f1d16cf2e68a318f82f2be3b32aff0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Sat, 4 May 2024 21:51:51 +0200 Subject: [PATCH] unset and comment strange option --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 17212fa..6c84081 100644 --- 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 -- 2.39.2