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\]'