1
0
Fork 0

Colour branch name and add dirty string

pull/1/merge
Geoff Garside 15 years ago
parent a9c1830462
commit 652caa6b25

@ -4,7 +4,7 @@ function git_prompt_info() {
branch=${ref#refs/heads/} branch=${ref#refs/heads/}
if [[ -d .git ]]; then if [[ -d .git ]]; then
CURRENT_BRANCH="(${branch})" CURRENT_BRANCH="(%{$fg[red]%}${branch}%{$reset_color%}) $(parse_git_dirty) "
else else
CURRENT_BRANCH='' CURRENT_BRANCH=''
fi fi

Loading…
Cancel
Save