From 7e9f161607087ad7c733c6eb776f372a52998180 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Mar 2012 02:47:42 -0600 Subject: add zsh configuration --- zshcomplete | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 zshcomplete (limited to 'zshcomplete') 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 -- cgit v1.2.3-54-g00ecf