Merge branch 'develop' of https://github.com/milouse/liquidprompt into develop

This commit is contained in:
nojhan 2013-04-09 22:37:24 +02:00
commit ceeb3ae8e7

View File

@ -964,7 +964,7 @@ _lp_fossil_branch_color()
branch="${LP_COLOR_CHANGES}$branch${NO_COL}$ret${LP_COLOR_CHANGES}$C2A${NO_COL}" branch="${LP_COLOR_CHANGES}$branch${NO_COL}$ret${LP_COLOR_CHANGES}$C2A${NO_COL}"
fi fi
fi fi
echo $(_lp_escape "$branch") echo -ne $branch # $(_lp_escape "$branch")
fi fi
} }