mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-22 04:31:14 +02:00
12 lines
268 B
Text
12 lines
268 B
Text
#compdef gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii ghostview mgv ggv pstoedit pstotgif
|
|
|
|
local ret=1 expl
|
|
|
|
# ghostscript:
|
|
# gs gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii
|
|
|
|
_ps && ret=0
|
|
_description files expl 'PDF file'
|
|
_path_files "$expl[@]" -g '*.(#i)pdf'
|
|
|
|
return ret
|