zsh-config/zsh/11-autocomplete.zsh
pztrn 7d28ae2d47 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).
2014-12-13 23:36:32 +05:00

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:|=*'