X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.profile.d%2FPS1.sh;fp=.profile.d%2FPS1.sh;h=55f7718604e9b40d415da873a70818900374420d;hb=6a02071f267647f2c7072361bc48847008ce9367;hp=71364e32f4487a66f11f1b7924f177fceeaeebe7;hpb=722f573c3c8e18abc7d0d5543fe66e2272636f83;p=home.git diff --git a/.profile.d/PS1.sh b/.profile.d/PS1.sh index 71364e3..55f7718 100644 --- a/.profile.d/PS1.sh +++ b/.profile.d/PS1.sh @@ -1,5 +1,6 @@ if [ "${TERM}" != "dumb" ] ; then - PS1= + # Set the terminal's window title. + PS1='\[\e]0;\u@\h \w\007\]' if [ -n "${SDK_VERSION}" ] ; then PS1+="(sdk ${SDK_BOARD} ${SDK_VERSION}) " fi