diff --git a/users/config/shell/zsh/zshrc b/users/config/shell/zsh/zshrc index ad17312..a43359b 100644 --- a/users/config/shell/zsh/zshrc +++ b/users/config/shell/zsh/zshrc @@ -227,7 +227,9 @@ zstyle ':completion:*' verbose true # provide .. as a completion zstyle ':completion:*' special-dirs .. # match uppercase from lowercase -zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' +# (disabled because very slow, completing even subdirectories of large +# directories takes multiple seconds e.g. /nix/store/whatever/bin/) +#zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' # --------------------------------------------------------------------------------