PS1="" PS1="$PS1"'\[\033[32m\]'# change to green PS1="$PS1"'\u@\h '# user@host<space> PS1="$PS1"'\[\033[33m\]'# change to yellow PS1="$PS1"'\w '# pwd PS1="$PS1"'\[\033[36m\]'# change color to cyan PS1="$PS1"'`__git_ps1`'# git branch PS1="$PS1"'\[\033[0m\]'# change color PS1="$PS1"'\n'# new line PS1="$PS1"'$ '# prompt: always $