Mercurial > index.cgi > dotfiles
diff .bash_aliases @ 297:2380af78be40
Altair & PDP aliases, moved telnet to nearby too
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Sat, 01 Mar 2025 00:14:07 -0500 |
parents | ac2565aaab48 |
children | 283c6f6c64c5 |
line wrap: on
line diff
--- a/.bash_aliases Fri Feb 28 23:54:27 2025 -0500 +++ b/.bash_aliases Sat Mar 01 00:14:07 2025 -0500 @@ -146,6 +146,15 @@ # Moved this one here, no ssh but still screen usage alias ret='screen -raAx' +# Technically screen sessions as well; at least the PiDP-11/70 anyway. +if [ -e /opt/local/bin/gtelnet ]; then + alias telnet="/opt/local/bin/gtelnet" + alias altair="/opt/local/bin/gtelnet 192.168.7.214" +else + alias altair="telnet 192.168.7.214" +fi +alias pdp-11="ssh pdp-11" + t() { # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then # connect to hostname, while 't hostname tunnelhost' will connect to @@ -312,9 +321,6 @@ } alias slurp="wget -r -l1 -np -nd -A.mp3" alias zulu="date -u +%Y%m%d%H%M%SZ" -if [ -e /opt/local/bin/gtelnet ]; then - alias telnet="/opt/local/bin/gtelnet" -fi TOhtml() { # Since I moved to hosting the hg repo, this is less useful to share things.