From 0b960f7fba9ce2f5820bc383b4c278979d6b5e93 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 21 Aug 2023 11:46:21 +0200 Subject: [PATCH] space --- bash/bash/prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bash/prompt.sh b/bash/bash/prompt.sh index d9361b0..da8a978 100644 --- a/bash/bash/prompt.sh +++ b/bash/bash/prompt.sh @@ -21,7 +21,7 @@ local view="ā”” " view="${view} ā€“\e[0;35m${git}\e[0m" fi fi - view="${view}\n \e[0;36m${path}\e[0m" + view="${view}\n\e[0;36m${path}\e[0m" view="${view}\nā”Œ " if [ ${EUID} -eq 0 ] ; then view="${view}\e[0;31m"