diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-05-05 20:26:08 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2006-05-05 20:26:08 +0000 |
commit | 395b2866a6a26531cf63f163be52794f6ffd872b (patch) | |
tree | cfa2ac767d073b49bfa320f3cb8d8b65acebdb71 /zshrc | |
parent | ff3fe3ec263db5fcca8abf1014a14c606e59d992 (diff) |
Add nobelium
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@78 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ if [ "$HOSTNAME" = 'asteria' ] && [ -x /usr/bin/sudo ] ; then echo "neutron 86.59.21.34" echo "plasma 2001:968:1::6666" echo "venus6 2001:780:0:1c:42:42:42:42" - echo "testlink16 2001:618:400:a635::3:750" + echo "nobelium6 2001:618:400:a635::3:750" ) | while read name ip; do alias -g $name-ip="$ip" alias -g ip-$name="$ip" |