diff --git a/profile.d/toolbox.sh b/profile.d/toolbox.sh index 25013f6..4ee7412 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="🔹[\u@\h \W]\\$ " + PS1=$(printf "\033[35m⬢\033[0m%s" "[\u@\h \W]\\$ ") if ! [ -f "$toolbox_welcome_stub" ]; then echo ""