diff --git a/profile.d/toolbox.sh b/profile.d/toolbox.sh index 4ee7412..4f2ab99 100644 --- a/profile.d/toolbox.sh +++ b/profile.d/toolbox.sh @@ -25,7 +25,7 @@ fi if [ -f /run/.containerenv ] \ && [ -f /run/.toolboxenv ]; then - PS1=$(printf "\033[35m⬢\033[0m%s" "[\u@\h \W]\\$ ") + PS1=$(printf "\[\033[35m\]⬢\[\033[0m\]%s" "[\u@\h \W]\\$ ") if ! [ -f "$toolbox_welcome_stub" ]; then echo ""