add newline to bash prompt
This commit is contained in:
parent
3e282953cd
commit
fca167c4b0
@ -1,4 +1,5 @@
|
|||||||
export PS1="\e[01;$PROMPT_COLOR\u@\e[$HOST_BG;$HOST_FG\h\e[49;34m\] \w\
|
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;30m\$(__git_ps1)\$(__hg_ps1) \
|
||||||
\e[01;$PROMPT_COLOR\$PROMPT_END\e[00m \
|
\e[01;$PROMPT_COLOR\$PROMPT_END\e[00m \
|
||||||
|
\n\
|
||||||
"
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user