From 41422609821a38a153c381a2089f54bd5020555d Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Tue, 20 Dec 2022 21:28:32 -0800 Subject: [PATCH] zsh: bad subshell!!! --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 86b5bb6..39ea14a 100644 --- a/.zshrc +++ b/.zshrc @@ -228,7 +228,7 @@ add-zsh-hook chpwd save_working_dir load_working_dir && cd - > /dev/null || true # Case insensitive globbing (fix for termux) -[ -n "$TERMUX_VERSION" ] && (setopt nocaseglob; zstyle ':completion:*' path-completion true) +[ -n "$TERMUX_VERSION" ] && { setopt nocaseglob; zstyle ':completion:*' path-completion true; } # <<< # <<<