From 5808f45a0cd909d0525edaf2d76109007d8bc757 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 23 Dec 2011 17:25:23 +0100 Subject: Add aliases for plutonium --- etc/.zshrc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'etc/.zshrc') diff --git a/etc/.zshrc b/etc/.zshrc index 1249753..1d8f554 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -459,7 +459,8 @@ if [[ ${distro} == debian ]] { #{{{ alias dprc='sudo dpkg-reconfigure' } #}}} -if [[ ${HOST} == aneurysm ]] { #{{{ +if [[ ${HOST} == aneurysm ]] #{{{ +then alias m=mutt @@ -469,7 +470,17 @@ if [[ ${HOST} == aneurysm ]] { #{{{ done < Maildir/maildirs -} #}}} +#}}} +elif [[ ${HOST} == plutonium ]] #{{{ +then + +alias lpq-oh14='lpq -l -Pohs14pr1' +alias lpq-oh16='lpq -l -Pps17oh' + +alias lpr-oh14='lpr -Pohs14pr1 -Fa4g -Ksimplex -N1 -ALayout=lrtb' +alias lpr-oh16='lpr -Pps17oh -Fa4g -Ksimplex -N1 -ALayout=lrtb' + +fi #}}} if [[ -e /tmp/.x-started ]] { #{{{ alias 4d=4chan-dl -- cgit v1.2.3