From abaa55ed86fa7da56f1a1b2e9366f33ea0c615e2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 25 Sep 2017 13:58:10 -0400 Subject: [PATCH] PS1: reset graphics map on each prompt --- .profile.d/PS1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2