Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 285:f62fb9579277
Changing irc alias a little due to how docker exits; update histignore
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Tue, 16 Jul 2024 22:22:44 -0400 |
parents | 2b513df62dd4 |
children | b7096eec6557 |
comparison
equal
deleted
inserted
replaced
284:2b513df62dd4 | 285:f62fb9579277 |
---|---|
139 # | 139 # |
140 # These are for reattaching screen sessions, only useful on bastion systems | 140 # These are for reattaching screen sessions, only useful on bastion systems |
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' | 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 | 146 |
147 t() { | 147 t() { |
148 # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then | 148 # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then |
149 # connect to hostname, while 't hostname tunnelhost' will connect to | 149 # connect to hostname, while 't hostname tunnelhost' will connect to |