From 4d0ab6f7d4c12e85e19b475e35a9edee0add69d3 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Mon, 25 Sep 2023 11:23:59 +0100 Subject: [PATCH] Update PS1 --- users/tsv/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/tsv/bash_profile b/users/tsv/bash_profile index 7506d15..217c9ac 100644 --- a/users/tsv/bash_profile +++ b/users/tsv/bash_profile @@ -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