summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jaeger <henk@frustcomp>2014-11-17 14:56:28 +0100
committerHendrik Jaeger <henk@frustcomp>2014-11-17 14:56:28 +0100
commitd121eb2f98e35ec2efcac978fbfd2495375e65aa (patch)
tree79c62e93eb73b024a986521c93dbda1d2ce587b5
parent81bf92955cb99dd0658c9337689037adda7b86a9 (diff)
Added completion config
new file: .zsh_comprc
-rw-r--r--.zsh_comprc14
1 files changed, 14 insertions, 0 deletions
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