aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 2cc404e..e104769 100644
--- a/zshrc
+++ b/zshrc
@@ -14,6 +14,8 @@ zstyle :compinstall filename '/home/vasko/.zshrc'
autoload -Uz compinit
compinit
+zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' \
+ 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
# End of lines added by compinstall
source .bash_aliases