diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-05-21 17:07:19 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2006-05-21 17:07:19 +0000 |
commit | 1f192da1c9e7bd16ff14f8cca7271de85f624f34 (patch) | |
tree | d29ed88fc91d9652c8fcb3fe68123886c255e2d8 /zshrc | |
parent | 395b2866a6a26531cf63f163be52794f6ffd872b (diff) |
remove 6 hosts from irssi alias generation
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@102 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -210,9 +210,9 @@ if [ "$HOSTNAME" = 'asteria' ] && [ -x /usr/bin/sudo ] ; then ( sudo cat /home/oftc/hybrid/etc/ircd.conf | $HOME/bin/list-servers echo "neutron 86.59.21.34" - echo "plasma 2001:968:1::6666" - echo "venus6 2001:780:0:1c:42:42:42:42" - echo "nobelium6 2001:618:400:a635::3:750" + #echo "plasma 2001:968:1::6666" + #echo "venus6 2001:780:0:1c:42:42:42:42" + #echo "nobelium6 2001:618:400:a635::3:750" ) | while read name ip; do alias -g $name-ip="$ip" alias -g ip-$name="$ip" |