summaryrefslogtreecommitdiff
path: root/config/essentials/zsh/.zshrc
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-10 11:51:05 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-10 11:51:05 +0100
commit9a8d85fd9b0d8917d32bfb4e27bd3372dbbbc59b (patch)
tree2d61890eb3639ee77b0f2f0ac7b7905b9fa6b56f /config/essentials/zsh/.zshrc
parent287c6dff37f75b1278e2c5cb8bb120c40a0e84e3 (diff)
parent09e3e0945dd31005f10d7cc18ccd5b38fdb58f97 (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-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