diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-10-01 08:40:59 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-10-01 08:40:59 +0100 |
commit | 6d2c328b6aab6d8c8d77f2ca798aae276fb0df91 (patch) | |
tree | 99c7d7d5f4210a7a77b3bec61fe21598014bd5fe /zsh/.zshrc | |
parent | 9bdab305bdeed4fedcb14dd1aad63bac3912ca86 (diff) |
[zsh] Fix completion
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ setopt inc_append_history setopt no_share_history # Completion +autoload -Uz compinit && compinit zstyle ':completion:*' matcher-list 'm:{a-zA-Z-_}={A-Za-z_-}' 'r:|=*' 'l:|=* r:|=*' # Kill word |