zsh: bad subshell!!!
This commit is contained in:
parent
1f09d2d251
commit
4142260982
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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; }
|
||||
|
||||
# <<<
|
||||
# <<<
|
||||
|
|
Loading…
Add table
Reference in a new issue