mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 11:43:37 +08:00
690648e1b0
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
8 lines
269 B
Fish
8 lines
269 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
|