.bash/prompt.sh

5 lines
185 B
Bash
Raw Normal View History

2019-06-17 13:15:46 +03:00
export PS1="\[\033[01;$PROMPT_COLOR\]\u@\[\033[01;$HOST_COLOR\]\h\[\033[01;34m\] \w\\
2012-05-18 13:46:36 +04:00
\[\033[01;30m\]\$(__git_ps1)\$(__hg_ps1) \\
2019-06-17 13:15:46 +03:00
\[\033[01;$PROMPT_COLOR\]\$PROMPT_END\[\033[00m\] \\
2012-05-18 13:46:36 +04:00
"