Typo in .bashrc.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-02 18:56:35 +01:00
commit 7509d2536d

View file

@ -88,7 +88,7 @@ __prompt_git_status() {
GIT_PROMPT+=" <"
if [[ -n "$GIT_PROMPT_SHOW_UPSTREAM_EXTENDED" ]]; then
# Show the number of the difference.
GIT_PROMPT+="${COUNT% 0}"
GIT_PROMPT+="${COUNT% 0}"
else
GIT_PROMPT+="<"
fi