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}"