changeset 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 b1ce18f59523
children 9c224e96a5e5
files .bash_aliases
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.bash_aliases	Sat Aug 31 14:24:18 2024 -0400
+++ b/.bash_aliases	Sat Aug 31 14:38:04 2024 -0400
@@ -143,6 +143,8 @@
 alias rj='ssh -t joshua.srhuston.net screen -raAx'
 alias irc='ssh -t joshua.srhuston.net docker exec -it irssi screen -raAx;clear;echo IRC Session ended'
 alias rx='ssh -t xanadu.astro.princeton.edu screen -raAx'
+# Moved this one here, no ssh but still screen usage
+alias ret='screen -raAx'
 
 t() {
   # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then
@@ -237,9 +239,6 @@
 #
 alias atari='atari800 -height 800 -width 600'
 alias base64='openssl enc -a'
-alias irssi-test='irssi --home=$HOME/irssi-test/'
-alias pine='alpine'
-alias ret='screen -raAx'
 tt () {
   OPTS="-G"
   if [ -e ${HOME}/.tt/${1}.tin ] ; then
@@ -257,7 +256,6 @@
 alias sdh="sshfs -oreconnect${DARWIN:+,volname=srhuston.net} srhuston.net: $HOME/srhuston.net"
 alias sj="sshfs -oreconnect${DARWIN:+,volname=Joshua} joshua.srhuston.net: $HOME/joshua"
 alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: $HOME/xanadu"
-alias vw="sshfs -oreconnect${DARWIN:+,volname=VW} vw.math.princeton.edu: $HOME/vw"
 alias tmu="sshfs -oreconnect${DARWIN:+,volname=tomenet-user} joshua.srhuston.net:Installs/tomenet/lib/user $HOME/Installs/tomenet/lib/user"
 
 #