From 176c3a7a6927b45f690dd8f69d0ed5f3096c0396 Mon Sep 17 00:00:00 2001 From: Andrew Choo Date: Sat, 10 Jun 2017 22:51:31 -0400 Subject: [PATCH] Remove tabs --- fish_prompt.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 336bdf2..d8ef2b3 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -408,9 +408,9 @@ function __bobthefish_prompt_status -S -a last_status -d 'Display symbols for a set_color normal set_color -b $__color_initial_segment_exit if [ "$theme_show_exit_status" = 'yes' ] - echo -ns $last_status ' ' + echo -ns $last_status ' ' else - echo -n $__bobthefish_nonzero_exit_glyph + echo -n $__bobthefish_nonzero_exit_glyph end end