# HG changeset patch # User Steve Huston # Date 1721182964 14400 # Node ID f62fb95792777338051c9e1fdf7c234e66a24afc # Parent 2b513df62dd4c7b7909007f07e7feb7079326752 Changing irc alias a little due to how docker exits; update histignore diff -r 2b513df62dd4 -r f62fb9579277 .bash_aliases --- a/.bash_aliases Tue Jul 16 11:28:19 2024 -0400 +++ b/.bash_aliases Tue Jul 16 22:22:44 2024 -0400 @@ -141,7 +141,7 @@ # alias rbh='ssh -t csesbh2.princeton.edu screen -raAx csesbh2' alias rj='ssh -t joshua.srhuston.net screen -raAx' -alias irc='ssh -t joshua.srhuston.net docker exec -it irssi 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' t() { diff -r 2b513df62dd4 -r f62fb9579277 .bashrc --- a/.bashrc Tue Jul 16 11:28:19 2024 -0400 +++ b/.bashrc Tue Jul 16 22:22:44 2024 -0400 @@ -65,7 +65,7 @@ # entirely export HISTCONTROL='ignoreboth:erasedups' # Ignore some commonly used and not noteworthy commands -export HISTIGNORE='bg:fg:jobs:history:ret:rbh:rj:rx:keys:ssh-add*:jobs:proxy*' +export HISTIGNORE='bg:fg:jobs:history:ret:irc:rbh:rj:rx:keys:ssh-add*:jobs:proxy*' # Put a timestamp on history lines export HISTTIMEFORMAT='%F %T ' # Fold multi-line commands into a single line