From 140441fe3661d8746b3f80f2038ee1d0a74ebd9f Mon Sep 17 00:00:00 2001 From: Florian Meinicke Date: Thu, 15 Oct 2020 08:54:28 +0200 Subject: [PATCH] Remove trailing whitespaces --- functions/__bobthefish_colors.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/__bobthefish_colors.fish b/functions/__bobthefish_colors.fish index f038988..4ef5f41 100644 --- a/functions/__bobthefish_colors.fish +++ b/functions/__bobthefish_colors.fish @@ -524,10 +524,10 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe set -l colorfg $base00 - set -x color_initial_segment_exit $base05 $base0B --bold + set -x color_initial_segment_exit $base05 $base0B --bold set -x color_initial_segment_private $base05 $base02 - set -x color_initial_segment_su $base05 $base0E --bold - set -x color_initial_segment_jobs $base05 $base0C --bold + set -x color_initial_segment_su $base05 $base0E --bold + set -x color_initial_segment_jobs $base05 $base0C --bold set -x color_path $base02 $base05 set -x color_path_basename $base02 $base06 --bold