diff --git a/system/etc/profile.sh b/system/etc/profile.sh index ae29c857294..16a5efd7f7b 100644 --- a/system/etc/profile.sh +++ b/system/etc/profile.sh @@ -8,7 +8,7 @@ export FONTCONFIG_FILE=/etc/fonts/fonts.conf PROMPT_COLOR="1;31m" PS1="\n\[\033[$PROMPT_COLOR\][\u@\h:\w]$\[\033[0m\] " if test "x$TERM" == "xxterm"; then - PS1="\033]2;\h:\u:\w\007\033]1;$PS1" + PS1="\033]2;\h:\u:\w\007$PS1" fi if test "$USER" != root; then