From 0935ab43351ddaacf6ee6028979c20f41bc205f0 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 30 Mar 2009 17:31:31 +0200 Subject: [PATCH] set compsys filename earlier --- .zsh/zshrc/20_compsys | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index cd620b0..a646102 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -8,6 +8,8 @@ # Source repository: git://git.madduck.net/etc/zsh.git # +zstyle :compinstall filename '$ZDOTDIR/zshrc/20_compsys' + # automatically list choices on an ambiguous completion setopt auto_list @@ -87,13 +89,13 @@ zstyle -e ':completion:*:*:vim#:*:*' ignored-patterns \ zstyle ':completion:*:processes' command 'ps -au$USER -o pid,time,cmd|grep -v "ps -au$USER -o pid,time,cmd"' zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)[ 0-9:]#([^ ]#)*=01;30=01;31=01;38' -zstyle :compinstall filename '$ETC/zsh/compsys' - # commands that take commands as arguments compdef _precommand gdb compdef _precommand nohup compdef _precommand strace +# commands that take proceses as arguments + zstyle ':completion:*' verbose yes zstyle ':completion:*:descriptions' format '%B%d%b' zstyle ':completion:*:messages' format '%d' -- 2.39.2