summaryrefslogtreecommitdiff
path: root/etc/alias/short
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-12-18 08:55:23 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-12-18 08:55:23 +0100
commit42be96aedf4a9bb96026695ab066780241666210 (patch)
tree856a0747ce6641c8d9c45c9a1e49d0cf821186f0 /etc/alias/short
parent7088a7a63df1af6c62a56388539e068222b9c62d (diff)
Moved hosts somewhere else
Diffstat (limited to 'etc/alias/short')
-rw-r--r--etc/alias/short6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/alias/short b/etc/alias/short
index 7eb0fc6..cb15df2 100644
--- a/etc/alias/short
+++ b/etc/alias/short
@@ -71,9 +71,3 @@ alias rsync-serve="rsync --daemon --port=10873 --no-detach --config=/dev/stdin -
## Suspend
salias s2d='s2disk'
salias s2r='s2ram -f'
-
-## SSH Hosts
-for host in ${(k)hosts}; {
- check_com $host || alias $host="ssh $host"
-}
-unset host