diff options
Diffstat (limited to 'core/bash/prompt.sh')
| -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 |