Feat(zsh): autocompletion not case sensitive

This commit is contained in:
Bertrand Benjamin 2018-12-17 11:29:46 +01:00
parent 45d3ccdfa9
commit 9056f5b4b3
1 changed files with 3 additions and 0 deletions

View File

@ -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