diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-12-11 09:55:20 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-12-11 09:55:20 +0100 |
commit | 412523cf61e4be0d3bc20e77c680484455a5f385 (patch) | |
tree | 0b10f9e715f82383cb630feebb699330799ef5d7 /.zsh_comprc | |
parent | 553c15e27223269ce16c470eb7082d7743daf2fc (diff) |
add commented variant
Diffstat (limited to '.zsh_comprc')
-rw-r--r-- | .zsh_comprc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh_comprc b/.zsh_comprc index 6b9e030..184f493 100644 --- a/.zsh_comprc +++ b/.zsh_comprc @@ -17,6 +17,7 @@ zstyle ':completion:*' list-suffixes true zstyle ':completion:*' match-original both # this breaks … something? max-errors possibly # zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' +'l:|=* r:|=*' +# zstyle ':completion:*' matcher-list m:{[:lower:]}={[:upper:]} zstyle ':completion:*' max-errors 1 zstyle ':completion:*' menu select=5 zstyle ':completion:*' original true |