aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2014-05-29 22:33:42 +0200
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2014-05-29 22:33:42 +0200
commitd6b92b2717fc65c90210e45312a2185e35870698 (patch)
tree6b81658af22d7ab39793e13192bafb841d2bd23b
parented7c12d955d3cacd88dce811d23686b12aef98f4 (diff)
downloaddotfiles-d6b92b2717fc65c90210e45312a2185e35870698.tar.gz
dotfiles-d6b92b2717fc65c90210e45312a2185e35870698.tar.bz2
dotfiles-d6b92b2717fc65c90210e45312a2185e35870698.zip
small config updates
-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