ambevar-dotfiles/.shell.d/completion_rc

18 lines
365 B
Plaintext
Raw Normal View History

## -*- mode:sh -*- #
2014-10-06 22:25:39 +02:00
if [ "zsh" = "$SHELL_CURRENT" ]; then
compdef _gcc crun
compdef _gcc formatc
compdef _gs pdfcompress
compdef _gs pdfextract
compdef _gs pdfresize
compdef _pacman pacman-color
compdef _pcc pacfiles
compdef _pcc pacsize
compdef _pcc pql
compdef _tex ltx
compdef _path_commands typex
compdef _zathura zat
compdef _pcc abs-wrapper
fi