diff --git a/files/zshrc.local b/files/zshrc.local index 1776124..f933b07 100644 --- a/files/zshrc.local +++ b/files/zshrc.local @@ -11,6 +11,9 @@ autoload -Uz compinit compinit # End of lines added by compinstall +# Autocompletion insensitive to case +zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' + export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=245" # automatic color scheme with pywall