This post is to publish my color scheme for bash. I should remind you that I’m using GIT for version control, so you might need to remove him from the configuration below:
1 2 |
export GIT_PS1_SHOWDIRTYSTATE=1 export PS1='\[\033[01;34m\]\u@\h:\[\033[01;32m\]\w\[\033[00;34m\]\[\033[01;32m\]\[\033[00m\]\[\033[01;33m\]$(__git_ps1 "(%s)")$ \[\033[00;37m\]' |
The result is like follows:
