.bash/prompt.sh

6 lines
155 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 \
2023-06-08 20:49:52 +03:00
\n\
2012-05-18 13:46:36 +04:00
"