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; } # <<< # <<<