summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/alias/short2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/alias/short b/etc/alias/short
index e2c42e8..f68eb8b 100644
--- a/etc/alias/short
+++ b/etc/alias/short
@@ -74,6 +74,6 @@ salias s2r='s2ram -f'
## SSH Hosts
for host in ${(k)hosts}; {
- alias $host="ssh $host"
+ check_com $host || alias $host="ssh $host"
}
unset host