summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-02-02 13:27:06 +0100
committerDaniel Friesel <derf@finalrewind.org>2012-02-02 13:27:06 +0100
commit3723154ed09e8b475c977bf6f40685545e8e1c09 (patch)
treee2a4ec0ba5f83d658aa3c769b529b98d4f822095
parent5808f45a0cd909d0525edaf2d76109007d8bc757 (diff)
zshrc: plutonium: Add oh20 e14
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 1d8f554..1b04cd7 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -476,9 +476,11 @@ then
alias lpq-oh14='lpq -l -Pohs14pr1'
alias lpq-oh16='lpq -l -Pps17oh'
+alias lpq-oh20-e14='lpq -l -Ppool07'
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'
fi #}}}
if [[ -e /tmp/.x-started ]] { #{{{