From c6b09ad2d52d98cab80b97c1c5a7a3e35f5dddb4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Feb 2015 13:35:43 +0100 Subject: zshrc: derfmap alias für host != flux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/.zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'etc/.zshrc') 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 ]] { #{{{ -- cgit v1.2.3