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

Space on the propper place

parent 4dbe7720
...@@ -46,15 +46,15 @@ function fish_prompt ...@@ -46,15 +46,15 @@ function fish_prompt
set -l git_vs_upstream (_git_up_info) set -l git_vs_upstream (_git_up_info)
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 [ (_git_up_info) ] 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
end end
end end
echo -n -s $cwd "$git_info" $normal $arrow ' ' echo -n -s $cwd' '"$git_info" $normal $arrow ' '
end end
function fish_right_prompt function fish_right_prompt
......
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