summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zsh_comprc1
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