Feat(zsh): autocompletion not case sensitive
This commit is contained in:
parent
45d3ccdfa9
commit
9056f5b4b3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user