fish-shell/init/completions/tex.fish

8 lines
261 B
Fish
Raw Normal View History

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