@ -137,8 +137,12 @@ __prompt_command() {
fi
local branch=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/')
local branch=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/')
PS1+=" ${Cya}${branch}${RCol} > "
if [ "$branch" != "" ]
then
branch="${Whi}⎇${Cya} $branch"
PS1+=" ${branch}${Yel} ❯ ${RCol}"
}
#PS1='[\u]@\H \w [\$?] \\$ \[$(tput sgr0)\]'