From f8adb7c1b488f2a15ef2b37b859882481ac2d9a9 Mon Sep 17 00:00:00 2001 From: tyru Date: Thu, 27 May 2010 10:26:54 +0900 Subject: [PATCH] zsh - Add completers. Add: http://d.hatena.ne.jp/voidy21/20090902/1251918174 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a7b36cfd..a3b0ac23 100644 --- a/.zshrc +++ b/.zshrc @@ -242,7 +242,7 @@ function viwi() { # via http://gist.github.com/414589 unsetopt sh_word_split -zstyle ':completion:*' completer _oldlist _complete +zstyle ':completion:*' completer _oldlist _complete _expand _match _prefix _approximate _list _history # Original from gist <<<<