lazier git info

This commit is contained in:
Loic Nageleisen 2013-12-13 13:54:31 +01:00
parent 94be104bc9
commit b6c2437ed3
4 changed files with 20 additions and 5 deletions

View file

@ -127,6 +127,7 @@ prompt_dir() {
}
prompt_git() {
__git_ps1_vars
if [[ -n $GIT_PS1_STATUS ]]; then
PROMPT_VCS_TYPE='git'
PROMPT_VCS_REF="$GIT_PS1_BRANCH"