mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 15:55:48 +00:00
Fish: Rename and fix slight error with PDF compress
This commit is contained in:
parent
702068b353
commit
fc1bd27f35
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.5El2W1/compresspdf.fish @ line 1
|
# Defined in /tmp/fish.5El2W1/compresspdf.fish @ line 1
|
||||||
function compresspdf
|
function pdfcompress
|
||||||
command gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out$argv $argv
|
command gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile="$argv"out $argv
|
||||||
end
|
end
|
||||||
Loading…
Reference in a new issue