From cb0cd85f595ca4b6d1f687af31e528767260871f Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Thu, 11 Nov 2021 16:29:02 +0100 Subject: [PATCH] . --- .ps1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ps1.sh b/.ps1.sh index c0359b9..dc5669a 100644 --- a/.ps1.sh +++ b/.ps1.sh @@ -13,7 +13,7 @@ function set_bash_prompt () { local PATH_COLOR="\033[0;37m" if [[ $LAST_EXIT_STATUS != 0 ]];then - EXIT_STATUS="${COLOR_DIVIDER}<\033[1;37m\033[41m${LAST_EXIT_STATUS}${Color_Off}${COLOR_DIVIDER}>" + EXIT_STATUS="${COLOR_DIVIDER}[\033[1;37m\033[41m${LAST_EXIT_STATUS}${Color_Off}${COLOR_DIVIDER}]" fi PS1="\n${COLOR_DIVIDER}┌──(${COLOR_USERNAME}\u${COLOR_USERHOSTAT}@${COLOR_HOSTNAME}\h${COLOR_DIVIDER})─[${PATH_COLOR}\w${COLOR_DIVIDER}]${EXIT_STATUS}"