diff --git a/bash/prompt.sh b/bash/prompt.sh index 0a1de6976..c765fdee1 100755 --- a/bash/prompt.sh +++ b/bash/prompt.sh @@ -94,11 +94,11 @@ function parse_git_dirty { PS1="${COLOURS["$PC","PS"]}# " if [ -f "/run/.containerenv" ]; then # Sigil to indicate host, distrobox or ssh - PS1="${COLOURS["0","PS"]}⧉ " + PS1="${PS1}${COLOURS["0","PS"]}⧉ " elif [[ -z $SSH_CLIENT ]]; then - PS1="${COLOURS["1","PS"]}⌂ " + PS1="${PS1}${COLOURS["1","PS"]}⌂ " else - PS1="${COLOURS["1","PS"]}🖧 " + PS1="${PS1}${COLOURS["1","PS"]}🖧 " fi # Time