Restore initial title
This commit is contained in:
parent
cb6b728ce2
commit
1bf0ab9eb0
|
@ -66,6 +66,8 @@ fi
|
||||||
eval "$(plenv init -)"
|
eval "$(plenv init -)"
|
||||||
source ${HOME}/.dotfiles/bash/plenv-path.sh
|
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
|
# Set window title to last command
|
||||||
PS0='\[\e]0;$(last_command) - $TERM_TITLE\a\]'
|
PS0='\[\e]0;$(last_command) - $TERM_TITLE\a\]'
|
||||||
|
|
Loading…
Reference in New Issue