From d4382943bc26ccdfb950c9d02f093edc31216e40 Mon Sep 17 00:00:00 2001 From: Felipe Rodrigues de Almeida Date: Fri, 4 Apr 2014 23:51:47 -0300 Subject: [PATCH] Space on the propper place --- themes/integral/fish_prompt.fish | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/integral/fish_prompt.fish b/themes/integral/fish_prompt.fish index 2238f89..c1f5b0b 100644 --- a/themes/integral/fish_prompt.fish +++ b/themes/integral/fish_prompt.fish @@ -46,15 +46,15 @@ function fish_prompt set -l git_vs_upstream (_git_up_info) 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) ] - set git_info $yellow '('$git_branch "$git_vs_upstream"')' $normal + set git_info $yellow'('$git_branch "$git_vs_upstream"')' $normal else - set git_info $green '('$git_branch')' $normal + set git_info $green'('$git_branch')' $normal end end - echo -n -s $cwd "$git_info" $normal $arrow ' ' + echo -n -s $cwd' '"$git_info" $normal $arrow ' ' end function fish_right_prompt