zshrs 0.11.18

The first compiled Unix shell — bytecode VM, worker pool, AOP intercept, Rkyv caching
Documentation
1
2
3
4
5
#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)'