From d121eb2f98e35ec2efcac978fbfd2495375e65aa Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Mon, 17 Nov 2014 14:56:28 +0100 Subject: [PATCH] Added completion config new file: .zsh_comprc --- .zsh_comprc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .zsh_comprc diff --git a/.zsh_comprc b/.zsh_comprc new file mode 100644 index 0000000..2d4132b --- /dev/null +++ b/.zsh_comprc @@ -0,0 +1,14 @@ +# 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:*' substitute 1 +zstyle :compinstall filename '/home/henk/.zsh_comprc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall -- 2.39.5