]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_comprc
f67ae85732d22b189a85859ff59c0dfc5d63548e
[user/henk/vcsh/zsh.git] / .zsh_comprc
1 # The following lines were added by compinstall
2
3 zstyle ':completion:*' add-space true
4 zstyle ':completion:*' auto-description 'args: %d'
5 zstyle ':completion:*' completer _oldlist _expand _complete _ignored _match _correct _approximate _prefix
6 zstyle ':completion:*' completions 1
7 zstyle ':completion:*' expand prefix suffix
8 zstyle ':completion:*' file-sort name
9 zstyle ':completion:*' format '%d'
10 zstyle ':completion:*' glob 1
11 zstyle ':completion:*' group-name ''
12 zstyle ':completion:*' ignore-parents parent pwd .. directory
13 zstyle ':completion:*' insert-unambiguous true
14 zstyle ':completion:*' list-colors ''
15 zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
16 zstyle ':completion:*' list-suffixes true
17 zstyle ':completion:*' match-original both
18 zstyle ':completion:*' max-errors 1
19 zstyle ':completion:*' menu select=5
20 zstyle ':completion:*' original true
21 zstyle ':completion:*' preserve-prefix '//[^/]##/'
22 zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
23 zstyle ':completion:*' substitute 1
24 zstyle ':completion:*' use-compctl false
25 zstyle ':completion:*' verbose true
26 zstyle :compinstall filename '/home/henk/.zsh_comprc'
27
28 autoload -Uz compinit
29 compinit
30 # End of lines added by compinstall