Mercurial > index.cgi > dotfiles
changeset 262:93279b4ed0b4
This has been wrong for... a long time. Only realized it today on the chromebook.
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Mon, 01 Apr 2024 17:46:06 -0400 |
parents | 7651a91983cd |
children | c15ff56617a9 |
files | .bash_prompt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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