From e11731541fa845777aae3a3f5a666c88f1f7218d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 13 Jul 2016 14:12:05 +0200 Subject: zsh: Configure completion --- tag-zsh/config/zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tag-zsh/config/zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 25bccf9..99a14d3 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -54,6 +54,9 @@ alias llr="ll -t" bindkey '\e[3~' delete-char +zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' '+m:{A-Z}={a-z}' +zstyle ':completion:*' completer _expand _complete _match + if zplug check Tarrasch/zsh-autoenv then AUTOENV_FILE_ENTER=.envrc -- cgit 1.4.1