Typo in .bashrc.
This commit is contained in:
parent
9bac8a06bd
commit
7509d2536d
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue