mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-12 16:07:33 +00:00
61af4e2197
darcs-hash:20050923145646-ac50b-fad0bc76bc16a5a81f7a14dda1d1754450a7f2f8.gz
7 lines
261 B
Fish
7 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
|