# The following lines were added by compinstall zstyle ':completion:*' completer _expand _complete _correct _approximate zstyle ':completion:*' completions 1 zstyle ':completion:*' glob 1 zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'm:{a-zA-Z}={A-Za-z}' 'm:{a-zA-Z}={A-Za-z}' 'm:{a-zA-Z}={A-Za-z}' zstyle ':completion:*' max-errors 1 numeric zstyle ':completion:*' squeeze-slashes true zstyle ':completion:*' substitute 1 zstyle :compinstall filename '/home/vogelke/.zshcomp' autoload -Uz compinit compinit # End of lines added by compinstall