# HG changeset patch # User Steve Huston # Date 1712007966 14400 # Node ID 93279b4ed0b448b9a041a3cee0ad3662e58f20b5 # Parent 7651a91983cd15ea006381d01bdfdf3485a52fde This has been wrong for... a long time. Only realized it today on the chromebook. diff -r 7651a91983cd -r 93279b4ed0b4 .bash_prompt --- a/.bash_prompt Sat Mar 30 17:36:58 2024 -0400 +++ b/.bash_prompt Mon Apr 01 17:46:06 2024 -0400 @@ -147,7 +147,7 @@ # Set the BRANCH variable. set_git_branch || set_mercurial_branch || BRANCH='' - [[ $TERM =~ (xterm|rxvt) ]] && echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007" + [[ $TERM =~ (xterm|rxvt) ]] && echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/\~}\007" # Set the bash prompt variable. # This part isn't going to work with the way it's going currently because of