Re-enable completion and case insensitivity

This commit is contained in:
Oliver Davies 2020-01-14 14:58:05 +00:00
parent 78eff56e53
commit 71c155a20f

View file

@ -0,0 +1,6 @@
autoload -U compinit
compinit
## case-insensitive (all), partial-word and then substring completion
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' \
'r:|[._-]=* r:|=*' 'l:|=* r:|=*'