vi .bashrc
PS1=""PS1="$PS1"'\[\033[32m\]' # change to greenPS1="$PS1"'\u@\h:' # user@host:PS1="$PS1"'\[\033[36m\]' # change color to cyanPS1="$PS1"'\w' # pwdPS1="$PS1"'\[\033[34m\]' # change to bluePS1="$PS1"'`__git_ps1`' # git branchPS1="$PS1"'\[\033[0m\]' # change colorPS1="$PS1"'$ ' # prompt: always $
