Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 291:b7096eec6557
Moved 'ret' and cleaned up a few old bits
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Sat, 31 Aug 2024 14:38:04 -0400 |
parents | f62fb9579277 |
children | ac2565aaab48 |
comparison
equal
deleted
inserted
replaced
290:b1ce18f59523 | 291:b7096eec6557 |
---|---|
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 # Moved this one here, no ssh but still screen usage | |
147 alias ret='screen -raAx' | |
146 | 148 |
147 t() { | 149 t() { |
148 # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then | 150 # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then |
149 # connect to hostname, while 't hostname tunnelhost' will connect to | 151 # connect to hostname, while 't hostname tunnelhost' will connect to |
150 # tunnelhost and then hostname | 152 # tunnelhost and then hostname |
235 # | 237 # |
236 # Programs | 238 # Programs |
237 # | 239 # |
238 alias atari='atari800 -height 800 -width 600' | 240 alias atari='atari800 -height 800 -width 600' |
239 alias base64='openssl enc -a' | 241 alias base64='openssl enc -a' |
240 alias irssi-test='irssi --home=$HOME/irssi-test/' | |
241 alias pine='alpine' | |
242 alias ret='screen -raAx' | |
243 tt () { | 242 tt () { |
244 OPTS="-G" | 243 OPTS="-G" |
245 if [ -e ${HOME}/.tt/${1}.tin ] ; then | 244 if [ -e ${HOME}/.tt/${1}.tin ] ; then |
246 OPTS="${OPTS} ${HOME}/.tt/${1}.tin" | 245 OPTS="${OPTS} ${HOME}/.tt/${1}.tin" |
247 shift | 246 shift |
255 # | 254 # |
256 alias junkpile="sshfs -oreconnect${DARWIN:+,volname=Junkpile} srhuston.net:junkpile $HOME/junkpile" | 255 alias junkpile="sshfs -oreconnect${DARWIN:+,volname=Junkpile} srhuston.net:junkpile $HOME/junkpile" |
257 alias sdh="sshfs -oreconnect${DARWIN:+,volname=srhuston.net} srhuston.net: $HOME/srhuston.net" | 256 alias sdh="sshfs -oreconnect${DARWIN:+,volname=srhuston.net} srhuston.net: $HOME/srhuston.net" |
258 alias sj="sshfs -oreconnect${DARWIN:+,volname=Joshua} joshua.srhuston.net: $HOME/joshua" | 257 alias sj="sshfs -oreconnect${DARWIN:+,volname=Joshua} joshua.srhuston.net: $HOME/joshua" |
259 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu" | 258 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu" |
260 alias vw="sshfs -oreconnect${DARWIN:+,volname=VW} vw.math.princeton.edu: $HOME/vw" | |
261 alias tmu="sshfs -oreconnect${DARWIN:+,volname=tomenet-user} joshua.srhuston.net:Installs/tomenet/lib/user $HOME/Installs/tomenet/lib/user" | 259 alias tmu="sshfs -oreconnect${DARWIN:+,volname=tomenet-user} joshua.srhuston.net:Installs/tomenet/lib/user $HOME/Installs/tomenet/lib/user" |
262 | 260 |
263 # | 261 # |
264 # LDAP/host tools | 262 # LDAP/host tools |
265 # | 263 # |