]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/20_compsys
add ssh-agent loading
[zsh.git] / .zsh / zshrc / 20_compsys
index f9382ae20e1eebeeeba4f9feb5bd9b791ebe8df9..8b180ffee74611e484c67f9d54a0dcc6083e7893 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: sh -*-
 # zshrc/20_compsys
 #
 # Configures the completions system
@@ -92,8 +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
-
-# commands that take proceses as arguments
+compdef _precommand faf
 
 zstyle ':completion:*' verbose yes
 zstyle ':completion:*:descriptions' format '%B%d%b'