``` export GIT_PS1_SHOWDIRTYSTATE=yes export GIT_PS1_SHOWCOLORHINTS=yes export PS1="$PS1\[\033[01;33m\]\$(__git_ps1)\[\033[00m\] \$ " ```