From 1bf0ab9eb09c30463ff6adf12b1bee952be1114d Mon Sep 17 00:00:00 2001 From: John Mertz Date: Wed, 31 Jan 2024 22:38:35 -0700 Subject: [PATCH] Restore initial title --- bash/bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/bashrc b/bash/bashrc index b91248a55..bf70df8d5 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -66,6 +66,8 @@ fi eval "$(plenv init -)" source ${HOME}/.dotfiles/bash/plenv-path.sh +# Set initial title +echo -e -n "\033]2;Welcome to Bash - $TERM_TITLE\007" # Set window title to last command PS0='\[\e]0;$(last_command) - $TERM_TITLE\a\]'