ambevar-dotfiles/.shell.d/completion_rc

18 lines
365 B
Bash

## -*- mode:sh -*- #
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