X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzshrc%2F20_compsys;h=18265110b7ea14585b9701b52fb34f4e7a5b300f;hb=6aef4f4cbd4de6478e2cfa59621adfe104c7a497;hp=902966a1c4708b7484dde6fd790c4e274fae28f2;hpb=a3f9921b632c1bc0078158e8dd89669c700c0f28;p=zsh.git diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index 902966a..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,6 +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 +compdef _precommand faf zstyle ':completion:*' verbose yes zstyle ':completion:*:descriptions' format '%B%d%b'