Commit 4dbe7720 authored by Felipe Rodrigues de Almeida's avatar Felipe Rodrigues de Almeida Committed by Bruno Pinto

forgot an if

parent 99abb82f
...@@ -47,7 +47,7 @@ function fish_prompt ...@@ -47,7 +47,7 @@ function fish_prompt
if [ (_is_git_dirty) ] if [ (_is_git_dirty) ]
set git_info $yellow '('$git_branch "±" "$git_vs_upstream"')' $normal set git_info $yellow '('$git_branch "±" "$git_vs_upstream"')' $normal
else if [ (_upstream_count) ] else if [ (_git_up_info) ]
set git_info $yellow '('$git_branch "$git_vs_upstream"')' $normal set git_info $yellow '('$git_branch "$git_vs_upstream"')' $normal
else else
set git_info $green '('$git_branch')' $normal set git_info $green '('$git_branch')' $normal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment