GIF89a;
Direktori : /usr/share/zsh/5.0.2/functions/ |
Current File : //usr/share/zsh/5.0.2/functions/_pspdf |
#compdef evince gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii ghostview mgv pstoedit pstotgif zathura local expl ext # ghostscript: # gs gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii if [[ "$1" == '-z' ]]; then ext='(|.gz|.Z)' shift fi _description files expl 'PostScript or PDF file' _files "$@" "$expl[@]" -g "*.(#i)(pdf|ps|eps)$ext(-.)"