From b2fcf05342f8886591b6911f0c3ad212220870ae Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Wed, 25 Mar 2020 20:15:52 +0100 Subject: [PATCH] Small change in .zshrc --- botfiles/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/botfiles/.zshrc b/botfiles/.zshrc index 09671b2..14b8482 100644 --- a/botfiles/.zshrc +++ b/botfiles/.zshrc @@ -41,6 +41,9 @@ autoload -U compinit zstyle ':completion:*' menu select setopt complete_aliases +zstyle ':completion:*' completer _expand _complete _ignored +zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' + # setopt correct zmodload zsh/complist compinit