Some modifications to init and autocomplete things.

Reworked pztrn theme, now with SSH colorizing support (when you're on SSH - prompt colors will be
kinda modified).
This commit is contained in:
pztrn
2014-12-13 23:36:32 +05:00
parent 6ac82ab440
commit 7d28ae2d47
3 changed files with 47 additions and 51 deletions
+3
View File
@@ -1,3 +1,6 @@
autoload -Uz compinit
compinit
zstyle ':completion:*' menu select=2
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'