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+=" <" GIT_PROMPT+=" <"
if [[ -n "$GIT_PROMPT_SHOW_UPSTREAM_EXTENDED" ]]; then if [[ -n "$GIT_PROMPT_SHOW_UPSTREAM_EXTENDED" ]]; then
# Show the number of the difference. # Show the number of the difference.
GIT_PROMPT+="${COUNT% 0}" GIT_PROMPT+="${COUNT% 0}"
else else
GIT_PROMPT+="<" GIT_PROMPT+="<"
fi fi