.bash/prompt.sh

5 lines
151 B
Bash
Raw Normal View History

2022-01-15 21:57:15 +03:00
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 \
2012-05-18 13:46:36 +04:00
"