mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-01-27 11:34:07 +00:00
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
#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)'
|