From 8eff5ca2ffc395a9bd9c4ce05711ae9616ac0b27 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Mon, 16 Nov 2020 01:48:57 -0500 Subject: [PATCH] Add space to prompt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevents grabbing └► with double-click highlight --- bash/color-prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/color-prompt.sh b/bash/color-prompt.sh index f7647f69..f12a9e91 100644 --- a/bash/color-prompt.sh +++ b/bash/color-prompt.sh @@ -94,4 +94,4 @@ else ENDING="" fi -export PS1="\a${debian_chroot:+($debian_chroot)}${PC}${BEGINNING}${UC}\u${PC}@${HC}\h${PC}:${CYN}\w${GIT}${PC}${ENDING}►${DEFAULT}" +export PS1="\a${debian_chroot:+($debian_chroot)}${PC}${BEGINNING}${UC}\u${PC}@${HC}\h${PC}:${CYN}\w${GIT}${PC}${ENDING}► ${DEFAULT}"