summaryrefslogtreecommitdiff
path: root/.zsh_comprc
blob: 5c119b43db39156bde09174b13a7c4e945f7b7d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# The following lines were added by compinstall

zstyle ':completion:*' add-space true
zstyle ':completion:*' completer _oldlist _expand _complete _ignored _match _correct _approximate _prefix
zstyle ':completion:*' completions 1
zstyle ':completion:*' glob 1
zstyle ':completion:*' match-original both
zstyle ':completion:*' max-errors 0
zstyle ':completion:*' special-dirs true
zstyle ':completion:*' substitute 1
zstyle :compinstall filename '/home/henk/.zsh_comprc'

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