We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6eee8 commit 6ef6cd1Copy full SHA for 6ef6cd1
profile.d/toolbox.sh
@@ -48,8 +48,8 @@ fi
48
49
if [ -f /run/.containerenv ] \
50
&& [ -f /run/.toolboxenv ]; then
51
- [ "${BASH_VERSION:-}" != "" ] && PS1=$(printf "\[\033[35m\]⬢\[\033[0m\]%s" "[\u@\h \W]\\$ ")
52
- [ "${ZSH_VERSION:-}" != "" ] && PS1=$(printf "\033[35m⬢\033[0m%s" "[%n@%m]%~%# ")
+ [ "${BASH_VERSION:-}" != "" ] && PS1='\[\e[35m\]⬢\[\e[0m\][\u@\h \W]\$ '
+ [ "${ZSH_VERSION:-}" != "" ] && PS1=$'\e[35m⬢\e[0m[%n@%m]%~%# '
53
54
if ! [ -f "$toolbox_welcome_stub" ]; then
55
echo ""
0 commit comments