mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-06 18:18:51 +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'
|
||
|
)"
|