DIR:/proc/thread-self/root/usr/share/zsh/5.5.1/functions/ |
Current File : //proc/thread-self/root/usr/share/zsh/5.5.1/functions/_bibtex |
#compdef bibtex # bibtex only works when the *.aux file exists, but complete the *.tex file in # case it hasn't been compiled yet. _files -g '*.(aux|tex)(:r)' |