mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
zsh: enable tab completion for the whole command
This commit is contained in:
parent
8eaa9fbde9
commit
d2a73bfc2b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user