summaryrefslogtreecommitdiff
path: root/etc/alias/short
diff options
context:
space:
mode:
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