@ -109,7 +109,8 @@ __prompt_command() {
if [[ $ahead -ne 0 ]]; then
PS1+="${Blu}↑${ahead}"
else
PS1+="${Gre}✔"
tag_release=`git describe --exact-match --tags $(git log -n1 --pretty='%h')`
PS1+="${Gre}✔${R}|${Blu}${tag_release}"
fi
PS1+="${R}]"