]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/20_compsys
add zsh modes to everything
[zsh.git] / .zsh / zshrc / 20_compsys
index f9382ae20e1eebeeeba4f9feb5bd9b791ebe8df9..18265110b7ea14585b9701b52fb34f4e7a5b300f 100644 (file)
@@ -1,3 +1,5 @@
+# -*- mode: sh -*-
+# -*- mode: sh -*-
 # zshrc/20_compsys
 #
 # Configures the completions system
@@ -92,8 +94,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'