]> git.donarmstrong.com Git - zsh.git/commitdiff
command complete faf
authorDon Armstrong <don@donarmstrong.com>
Thu, 27 Dec 2012 22:22:03 +0000 (14:22 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 27 Dec 2012 22:22:03 +0000 (14:22 -0800)
.zsh/zshrc/20_compsys

index 902966a1c4708b7484dde6fd790c4e274fae28f2..8b180ffee74611e484c67f9d54a0dcc6083e7893 100644 (file)
@@ -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'