From: Don Armstrong Date: Thu, 27 Dec 2012 22:22:03 +0000 (-0800) Subject: command complete faf X-Git-Url: https://git.donarmstrong.com/?p=zsh.git;a=commitdiff_plain;h=b44f4e0b58ad9a2d824fc831714d35fe5ef9e887 command complete faf --- diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index 902966a..8b180ff 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # zshrc/20_compsys # # Configures the completions system @@ -92,6 +93,7 @@ zstyle ':completion:*:processes' command 'ps -au$USER -o pid,time,cmd|grep -v "p compdef _precommand gdb compdef _precommand nohup compdef _precommand strace +compdef _precommand faf zstyle ':completion:*' verbose yes zstyle ':completion:*:descriptions' format '%B%d%b'