Browse Source

Merge branch 'master' of artcode.re:pvincent/debian-bash

master 0.1.2
pvincent 5 years ago
parent
commit
b6c99eacd5
  1. 2
      bash.bashrc

2
bash.bashrc

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

Loading…
Cancel
Save