mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
4 lines
111 B
Fish
4 lines
111 B
Fish
|
complete -c ps2pdf -x -a "(
|
||
|
__fish_complete_suffix (commandline -ct) .ps 'PostScript file'
|
||
|
)"
|