From 1e8f708c8ce7fda305cb493e0e9ada0f8bbbe501 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 18 Aug 2008 18:49:58 +0200 Subject: etc/completion: Enable verbose completion source --- etc/completion | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') diff --git a/etc/completion b/etc/completion index 1b9e53d..2d5a802 100644 --- a/etc/completion +++ b/etc/completion @@ -10,6 +10,12 @@ zstyle ':completion:*' menu select=1 # Complete uppercase names with lowercase and spaces with _ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z} m:_=\\\ ' '' +# Be verbose +zstyle ':completion:*' verbose true +zstyle ':completion:*:descriptions' format " › %d" +zstyle ':completion:*:messages' format " › %d" +zstyle ':completion:*:corrections' format " › %d" + _hosts() { compadd derf.homelinux.org kraftwerk saviour kappa nemesis aneurysm;} compinit -C -d var/cache/zsh/compdump -- cgit v1.2.3