]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_comprc
5c119b43db39156bde09174b13a7c4e945f7b7d9
[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:*' completer _oldlist _expand _complete _ignored _match _correct _approximate _prefix
5 zstyle ':completion:*' completions 1
6 zstyle ':completion:*' glob 1
7 zstyle ':completion:*' match-original both
8 zstyle ':completion:*' max-errors 0
9 zstyle ':completion:*' special-dirs true
10 zstyle ':completion:*' substitute 1
11 zstyle :compinstall filename '/home/henk/.zsh_comprc'
12
13 autoload -Uz compinit
14 compinit
15 # End of lines added by compinstall