summaryrefslogtreecommitdiff
path: root/config/essentials/zsh
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-10 11:37:58 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-10 11:37:58 +0100
commitf1bb5ec20fcc323ec50eff2d726c5027e18589f6 (patch)
treef8815b51237f90aaf387b262987a0d6e698641be /config/essentials/zsh
parent6a3577ba1635dfb6f19b66db9b1b75b06b355699 (diff)
removed completion matching control
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r--config/essentials/zsh/.zshrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index 74bab34..db93ac9 100644
--- a/config/essentials/zsh/.zshrc
+++ b/config/essentials/zsh/.zshrc
@@ -42,9 +42,6 @@ zstyle ':completion:*' squeeze-slashes true
# Prefer completing for an option (think cd -)
zstyle ':completion:*' complete-options true
-# See ZSHCOMPWID "completion matching control"
-zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
-
# keep prefix when completing
zstyle ':completion:*' keep-prefix true