summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 95a2133..ff74c37 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -494,9 +494,9 @@ done
fi #}}}
-if [[ ${HOST} != flux ]] #{{{
+if [[ ${HOST} != teleconnect ]] #{{{
then
- alias derfmap='ssh flux derfmap'
+ alias derfmap='ssh teleconnect derfmap'
fi #}}}
if [[ -e /tmp/.x-started ]] { #{{{