add newline to bash prompt

This commit is contained in:
Шашкин Николай 2023-06-08 20:49:52 +03:00
parent 3e282953cd
commit fca167c4b0
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export PS1="\e[01;$PROMPT_COLOR\u@\e[$HOST_BG;$HOST_FG\h\e[49;34m\] \w\
\e[01;30m\$(__git_ps1)\$(__hg_ps1) \
\e[01;$PROMPT_COLOR\$PROMPT_END\e[00m \
\n\
"