From 633f42b6c2b689dabb43d951d51d8795337ccd83 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 20 Aug 2023 13:55:12 +0200 Subject: [PATCH] bash/prompt --- bash/bash/prompt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/bash/prompt.sh b/bash/bash/prompt.sh index 2f08496..b68611d 100644 --- a/bash/bash/prompt.sh +++ b/bash/bash/prompt.sh @@ -8,8 +8,8 @@ if [ "$(type -t __git_ps1)" == 'function' ] ; then PS1="${PS1} –\e[0;35m\$(__git_ps1)\e[0m" fi PS1="${PS1} -\e[0;36m\${PWD}\e[0m -┌ " +┌ \e[0;36m\${PWD}\e[0m +│ " PS2="\ │ "