fish: Fix prompt on repos with no commits
This commit is contained in:
parent
b20a9762a1
commit
8af57c2e9e
|
@ -91,6 +91,9 @@ function fish_git_prompt
|
||||||
_fish_prompt_warn "init"
|
_fish_prompt_warn "init"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
git rev-parse HEAD -- &>/dev/null
|
||||||
|
or return
|
||||||
|
|
||||||
# print a "↑" if ahead of origin
|
# print a "↑" if ahead of origin
|
||||||
if test 0 -ne (git log --oneline "$git_remote_branch"..HEAD -- | wc -l)
|
if test 0 -ne (git log --oneline "$git_remote_branch"..HEAD -- | wc -l)
|
||||||
or test 0 -ne "$git_log_unpushed"
|
or test 0 -ne "$git_log_unpushed"
|
||||||
|
|
Loading…
Reference in a new issue