Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 299:283c6f6c64c5
And start treating parapet like the bastion it is
author | Steve Huston <huston@princeton.edu> |
---|---|
date | Mon, 14 Apr 2025 15:41:32 -0400 |
parents | 2380af78be40 |
children | d29c29690818 |
comparison
equal
deleted
inserted
replaced
298:ef0a1a087499 | 299:283c6f6c64c5 |
---|---|
141 # | 141 # |
142 alias rbh='ssh -t csesbh2.princeton.edu screen -raAx csesbh2' | 142 alias rbh='ssh -t csesbh2.princeton.edu screen -raAx csesbh2' |
143 alias rj='ssh -t joshua.srhuston.net screen -raAx' | 143 alias rj='ssh -t joshua.srhuston.net screen -raAx' |
144 alias irc='ssh -t joshua.srhuston.net docker exec -it irssi screen -raAx;clear;echo IRC Session ended' | 144 alias irc='ssh -t joshua.srhuston.net docker exec -it irssi screen -raAx;clear;echo IRC Session ended' |
145 alias rx='ssh -t xanadu.astro.princeton.edu screen -raAx' | 145 alias rx='ssh -t xanadu.astro.princeton.edu screen -raAx' |
146 alias rp='ssh -t td-parapet.princeton.edu screen -raAx' | |
146 # Moved this one here, no ssh but still screen usage | 147 # Moved this one here, no ssh but still screen usage |
147 alias ret='screen -raAx' | 148 alias ret='screen -raAx' |
148 | 149 |
149 # Technically screen sessions as well; at least the PiDP-11/70 anyway. | 150 # Technically screen sessions as well; at least the PiDP-11/70 anyway. |
150 if [ -e /opt/local/bin/gtelnet ]; then | 151 if [ -e /opt/local/bin/gtelnet ]; then |