zsh: Suppress warnings in "embiggen"

This commit is contained in:
2021-02-08 20:06:02 +01:00
parent b83ced88a5
commit 41abaf2533

View File

@@ -141,7 +141,7 @@ man() {
}
embiggen() {
enscript --no-header --media=A4 --landscape --font="DejaVuSansMono30" -o - | ps2pdf - | zathura -
enscript --no-header --media=A4 --landscape --font="DejaVuSansMono30" -o - 2>/dev/null | ps2pdf - | zathura -
}
resolvecd() {