diff --git a/bash/git_prompt_info b/bash/git_prompt_info index 69aa362..4a53c70 100644 --- a/bash/git_prompt_info +++ b/bash/git_prompt_info @@ -137,7 +137,7 @@ __git_ps1_vars() { # staged files git diff-index --cached --quiet --ignore-submodules HEAD -- || staged=1 else - # no current commit, we're fresh + # no current commit, we're a freshlt init'd repo new=1 fi fi