mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Fix variable name
This commit is contained in:
parent
292908c00a
commit
9b9ce31550
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ function __fish_git_prompt_show_upstream --description "Helper function for __fi
|
||||||
case "* 0" # behind upstream
|
case "* 0" # behind upstream
|
||||||
echo " $___fish_git_prompt_char_upstream_behind$behind"
|
echo " $___fish_git_prompt_char_upstream_behind$behind"
|
||||||
case '*' # diverged from upstream
|
case '*' # diverged from upstream
|
||||||
echo " $__fish_git_prompt_char_upstream_diverged$ahead-$behind"
|
echo " $___fish_git_prompt_char_upstream_diverged$ahead-$behind"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue