zsh: bad subshell!!!

This commit is contained in:
PowerUser64 2022-12-20 21:28:32 -08:00
parent 1f09d2d251
commit 4142260982

2
.zshrc
View file

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