summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-04-24 09:59:07 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-04-24 09:59:07 +0200
commita08481c553e8b46818be43c1292a5d33fbbf36d0 (patch)
tree1539109975154968c5322f52e10628e4f34dd683
parent8ceff7c839603e14143905951396d8649b9adab9 (diff)
zshrc: moar printers
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 7dbdaf7..516721a 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -474,10 +474,12 @@ then
elif [[ ${HOST} == plutonium ]] #{{{
then
+alias lpq-msw18='lpq -l -Ppool08'
alias lpq-oh14='lpq -l -Pohs14pr1'
alias lpq-oh16='lpq -l -Pps17oh'
alias lpq-oh20-e14='lpq -l -Ppool07'
+alias lpr-msw18='lpr -Ppool08 -Fa4g -Ksimplex -N1 -ALayout=lrtb'
alias lpr-oh14='lpr -Pohs14pr1 -Fa4g -Ksimplex -N1 -ALayout=lrtb'
alias lpr-oh16='lpr -Pps17oh -Fa4g -Ksimplex -N1 -ALayout=lrtb'
alias lpr-oh20-e14='lpr -Ppool07 -Fa4g -Ksimplex -N1 -ALayout=lrtb'