From 6b0649a8e341c82dd8579e26a6c15a90a3b82003 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Mon, 7 Nov 2022 21:45:04 -0500 Subject: [PATCH] Restore # at front of prompt --- bash/prompt.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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