Update PS1

This commit is contained in:
Trevor Vallender 2023-09-25 11:23:59 +01:00
parent d875987ab5
commit 4d0ab6f7d4
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@ BOLD='\033[01m'
PS1="\n\n[$GREEN\\]\h$CLEAR\\]] [$BLUE\\]\w$CLEAR\\]]"
PS1+=' $(__git_ps1 [$YELLOW%s$CLEAR]) \n'
PS1+=" \[$BOLD\]"
PS1+=" \[$BOLD\]"
trap 'printf "\033[0m" >&2' DEBUG