From 52a93c61cc22b9f83c809ac7f71231bae33eed2b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 18 Aug 2023 21:14:34 +0200 Subject: [PATCH] bash/prompt --- bash/bash/prompt.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bash/bash/prompt.sh b/bash/bash/prompt.sh index 51b193c..2f08496 100644 --- a/bash/bash/prompt.sh +++ b/bash/bash/prompt.sh @@ -1,5 +1,5 @@ PS1="\ -┌ \t\ +└ \t\ – \e[0;31m\${?}\e[0m\ – \e[0;32m\u\e[0m\ @ \e[0;33m\h\e[0m\ @@ -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="\ -└ " +│ "