summaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorVikas Kushwaha <dev@vikas.rocks>2025-06-01 20:48:49 +0530
committerVikas Kushwaha <dev@vikas.rocks>2025-06-01 20:48:49 +0530
commit132ec769505533c24bd06f6604913fdc1db6fe35 (patch)
treec21a0f93fad8f12b3901ea21a2024a9df2e1622b /.config/zsh/.zshrc
parent0d397e4d3d204a1e016c0863815f0b5dc516c46b (diff)
git updates
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 93c6e01..824252b 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -52,7 +52,7 @@ preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
# Completion.
autoload -Uz compinit
compinit -d ~/.cache/zshcompdump-$ZSH_VERSION
-zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # Case insensitive tab completion
+zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' # Case insensitive tab completion
zstyle ':completion:*' rehash true # automatically find new executables in path
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" # Colored completion (different colors for dirs/files/etc)
zstyle ':completion:*' completer _expand _complete _ignored _approximate