fi
fi
-PS1="$PS1"'\[\033[01;32m\]' # change color
-PS1="$PS1"'\u@\h' # user@host
-PS1="$PS1"'\[\033[00m\]' # change color
-PS1="$PS1"':' # :
-PS1="$PS1"'\[\033[01;34m\]' # change color
-PS1="$PS1"'\w' # current working directory
-PS1="$PS1"'\[\033[31m\]' # change color
-PS1="$PS1"'`__git_ps1`' # bash function
-PS1="$PS1"'\[\033[00m\]' # change color
-PS1="$PS1"'\$ ' # prompt
+PS1="$PS1"'\[\033[01;32m\]' # change color
+PS1="$PS1"'\u@\h' # user@host
+PS1="$PS1"'\[\033[00m\]' # change color
+PS1="$PS1"':' # :
+PS1="$PS1"'\[\033[01;34m\]' # change color
+PS1="$PS1"'\w' # current working directory
+PS1="$PS1"'\[\033[31m\]' # change color
+PS1="$PS1"'$(__git_ps1 "(%s)")' # bash function
+PS1="$PS1"'\[\033[00m\]' # change color
+PS1="$PS1"'\$ ' # prompt
export GIT_PS1_SHOWDIRTYSTATE=1
#export GIT_PS1_SHOWCOLORHINTS=1