From d2a73bfc2bd4c38410067e54690096e4b6d717b1 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 27 Feb 2020 18:45:28 +0100 Subject: [PATCH] zsh: enable tab completion for the whole command --- brethil_dotfile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 008dcb0..fd969b3 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -36,6 +36,8 @@ antigen apply # Enable zsh autocorrection setopt CORRECT_ALL +# Enable tab completion for the whole command +zstyle ':completion:*' matcher-list 'l:|=* r:|=*' ## Misc environment variables