summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-02-07 13:35:43 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-02-07 13:35:43 +0100
commitc6b09ad2d52d98cab80b97c1c5a7a3e35f5dddb4 (patch)
treeffe63d86ff1b4e88d17878c95c83e0e51c5b24a2
parent68c43b74074fec942e159f4afd472d68da982f9a (diff)
zshrc: derfmap alias für host != flux
-rw-r--r--etc/.zshrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 3db97ae..1561fa0 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -497,8 +497,10 @@ do
alias lpr-${pair:e}="lpr -P${pair:r} -Fa4g -Ksimplex -N1 -ALayout=lrtb"
done
-#}}}
-else #{{{
+fi #}}}
+
+if [[ ${HOST} != flux ]] #{{{
+then
alias derfmap='ssh flux derfmap'
fi #}}}
if [[ -e /tmp/.x-started ]] { #{{{