diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-08-21 10:32:12 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-08-21 10:32:12 -0700 |
| commit | b79cc79fe89340d2fef81764d6bbbeb6b3dba0cd (patch) | |
| tree | c15ed36713e2b6c75103929b8589b3c28d2223a2 | |
| parent | 36dcc3c10ca97ddb5cf3c55f39253d7c0d22c539 (diff) | |
core: reset formatting before prompt
| -rw-r--r-- | core/bash/prompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |