mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
8 lines
261 B
Fish
8 lines
261 B
Fish
|
for i in {,e}tex {,e}latex pdf{,e}latex pdf{,e}tex omega
|
||
|
complete -c $i -o help -d "Display help and exit"
|
||
|
complete -c $i -o version -d "Display version and exit"
|
||
|
complete -c $i -x -a "(
|
||
|
__fish_complete_suffix (commandline -ct) .tex '(La)TeX file'
|
||
|
)"
|
||
|
end
|