From 9056f5b4b32c57f9153c54f8137b1f9253568599 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 17 Dec 2018 11:29:46 +0100 Subject: [PATCH] Feat(zsh): autocompletion not case sensitive --- files/zshrc.local | 3 +++ 1 file changed, 3 insertions(+) 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