summaryrefslogtreecommitdiffstats
path: root/zshcomplete
blob: 19fc375ccc20157e16b79745f70f8ef8969456cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# The following lines were added by compinstall

zstyle ':completion:*' completer _expand _complete _ignored _prefix
zstyle ':completion:*' expand prefix suffix
zstyle ':completion:*' insert-unambiguous true
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' list-prompt %S\(%p\)%s
zstyle ':completion:*' list-suffixes true
zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}'
zstyle ':completion:*' original false
zstyle :compinstall filename '/home/doy/.zshcomplete'

autoload -Uz compinit
compinit
# End of lines added by compinstall