diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-05-29 22:33:42 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-05-29 22:33:42 +0200 |
commit | d6b92b2717fc65c90210e45312a2185e35870698 (patch) | |
tree | 6b81658af22d7ab39793e13192bafb841d2bd23b | |
parent | ed7c12d955d3cacd88dce811d23686b12aef98f4 (diff) | |
download | dotfiles-d6b92b2717fc65c90210e45312a2185e35870698.tar.gz dotfiles-d6b92b2717fc65c90210e45312a2185e35870698.tar.bz2 dotfiles-d6b92b2717fc65c90210e45312a2185e35870698.zip |
small config updates
-rw-r--r-- | zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |