7d28ae2d47
Reworked pztrn theme, now with SSH colorizing support (when you're on SSH - prompt colors will be kinda modified).
7 lines
214 B
Bash
7 lines
214 B
Bash
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:|=*'
|
|
|