diff --git a/prompt.zsh b/prompt.zsh index b639686..591fca3 100644 --- a/prompt.zsh +++ b/prompt.zsh @@ -52,6 +52,10 @@ function promptSetup () { VCS_LINE+=$VCS_CHANGES fi + if [[ $VCS_PROJECTNAME != "" ]]; then + VCS_LINE+=" ($VCS_PROJECTNAME)" + fi + # rootshell gets another prompt sign CURRENT_USER=`whoami` PR_SIGN=$NOCOLOR