From: Mike Frysinger Date: Mon, 25 Sep 2017 17:58:10 +0000 (-0400) Subject: PS1: reset graphics map on each prompt X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=abaa55ed86fa7da56f1a1b2e9366f33ea0c615e2;p=home.git PS1: reset graphics map on each prompt --- diff --git a/.profile.d/PS1.sh b/.profile.d/PS1.sh index 6407b93..c0aa6d9 100644 --- a/.profile.d/PS1.sh +++ b/.profile.d/PS1.sh @@ -1,6 +1,6 @@ if [ "${TERM}" != "dumb" ] ; then # Set the terminal's window title. - PS1='\[\e]0;\u@\h \w\007\]' + PS1='\[\e(B\017\e]0;\u@\h \w\007\]' if [ -n "${SDK_VERSION}" ] ; then PS1+="(sdk ${SDK_BOARD} ${SDK_VERSION}) " fi