.bash/prompt.sh

5 lines
147 B
Bash
Raw Normal View History

2012-05-18 13:46:36 +04:00
export PS1="\[\033[01;36m\]\u@\[\033[01;35m\]\h\[\033[01;34m\] \w\\
\[\033[01;30m\]\$(__git_ps1)\$(__hg_ps1) \\
\[\033[01;36m\]\$\[\033[00m\] \\
"