1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-25 02:08:32 +02:00

zsh: enable tab completion for the whole command

This commit is contained in:
bretello 2020-02-27 18:45:28 +01:00
parent 8eaa9fbde9
commit d2a73bfc2b

View File

@ -36,6 +36,8 @@ antigen apply
# Enable zsh autocorrection # Enable zsh autocorrection
setopt CORRECT_ALL setopt CORRECT_ALL
# Enable tab completion for the whole command
zstyle ':completion:*' matcher-list 'l:|=* r:|=*'
## Misc environment variables ## Misc environment variables