From b79cc79fe89340d2fef81764d6bbbeb6b3dba0cd Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Wed, 21 Aug 2024 10:32:12 -0700 Subject: core: reset formatting before prompt --- core/bash/prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/bash') diff --git a/core/bash/prompt.sh b/core/bash/prompt.sh index 965afe2..61f6049 100644 --- a/core/bash/prompt.sh +++ b/core/bash/prompt.sh @@ -44,7 +44,7 @@ function prompt.git { function prompt.prepare { local err=$? - PS1='\n' + PS1="\\[\e[0m\\]\n" local subshell='' local base_shlvl=1 -- cgit v1.2.3