summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/.zshrc15
1 files changed, 13 insertions, 2 deletions
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