From d136d2ff8fa94aa0af954654a3f198cc97636c8a Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 1 Dec 2023 22:49:44 +0100 Subject: [PATCH] =?UTF-8?q?This=20symbol=20does=20not=20conflict=20with=20?= =?UTF-8?q?another=20in=20unifont=5Fcsur,=20c'est=20s=C3=BBr.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 92e875e..64352bf 100644 --- a/.bashrc +++ b/.bashrc @@ -119,7 +119,7 @@ PY_YELLOW_BG='\e[48;2;255;222;87m' # 🬫🬛 # 🭮🭬 PY_PS1='$(python_ps1 "${PY_BLUE_FG}🭮${PY_BLUE_BG}${PY_YELLOW_FG}  %s\e[0m${PY_BLUE_FG}🭬\e[0m")' -GIT_PS1='$(__git_ps1 "${GIT_RED_FG}🭮${GIT_RED_BG}\e[97m  %s \e[0m${GIT_RED_FG}🭬\e[0m")' +GIT_PS1='$(__git_ps1 "${GIT_RED_FG}🭮${GIT_RED_BG}\e[97m  %s \e[0m${GIT_RED_FG}🭬\e[0m")' PS1="${_TITLE}${_PREV_FAIL}${USERNAME_COLOR}\u\e[0m@${HOSTNAME_COLOR}\H\e[0m:\e[32m\w\e[0m${PY_PS1}${GIT_PS1}\n\$ " eval "$(direnv hook bash)"