summaryrefslogtreecommitdiffstats
path: root/zshcomplete
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-01 02:47:42 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-01 03:02:33 -0600
commit7e9f161607087ad7c733c6eb776f372a52998180 (patch)
treeb9993ab93f7fe6ff6a7e03a08420aa0f71c80713 /zshcomplete
parent3b861f796f21980ac2b5863e0e442e64708f4a5b (diff)
downloadconf-7e9f161607087ad7c733c6eb776f372a52998180.tar.gz
conf-7e9f161607087ad7c733c6eb776f372a52998180.zip
add zsh configuration
Diffstat (limited to 'zshcomplete')
-rw-r--r--zshcomplete15
1 files changed, 15 insertions, 0 deletions
diff --git a/zshcomplete b/zshcomplete
new file mode 100644
index 0000000..19fc375
--- /dev/null
+++ b/zshcomplete
@@ -0,0 +1,15 @@
+# The following lines were added by compinstall
+
+zstyle ':completion:*' completer _expand _complete _ignored _prefix
+zstyle ':completion:*' expand prefix suffix
+zstyle ':completion:*' insert-unambiguous true
+zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
+zstyle ':completion:*' list-prompt %S\(%p\)%s
+zstyle ':completion:*' list-suffixes true
+zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}'
+zstyle ':completion:*' original false
+zstyle :compinstall filename '/home/doy/.zshcomplete'
+
+autoload -Uz compinit
+compinit
+# End of lines added by compinstall