X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzshrc%2F20_compsys;h=18265110b7ea14585b9701b52fb34f4e7a5b300f;hb=6aef4f4cbd4de6478e2cfa59621adfe104c7a497;hp=f9382ae20e1eebeeeba4f9feb5bd9b791ebe8df9;hpb=bb20afe4d2977a11c82232afc45daa2bc2f244f8;p=zsh.git diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index f9382ae..1826511 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -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'