zsh: update termux fix
This commit is contained in:
parent
02ee3bd399
commit
62ba85a812
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -563,7 +563,7 @@ add-zsh-hook chpwd save_working_dir
|
|||
load_working_dir && cd - > /dev/null
|
||||
|
||||
# Case insensitive globbing (fix for termux)
|
||||
[ -n "$TERMUX_VERSION" ] && setopt nocaseglob
|
||||
[ -n "$TERMUX_VERSION" ] && (setopt nocaseglob; zstyle ':completion:*' path-completion true)
|
||||
|
||||
# <<<
|
||||
# <<<
|
||||
|
|
Loading…
Add table
Reference in a new issue