diff --git a/.zshrc b/.zshrc index d4bdfa2..4cfcf1b 100644 --- a/.zshrc +++ b/.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) # <<< # <<<