From 0688cd8e9801f8fba90c8f935d399a32e861f5ff Mon Sep 17 00:00:00 2001 From: Minjun Shin Date: Thu, 19 Jul 2018 04:14:44 +0900 Subject: [PATCH] change function bobthefish_display_colors to print using the environment value, rather than a fixed characters (#163) --- functions/bobthefish_display_colors.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/bobthefish_display_colors.fish b/functions/bobthefish_display_colors.fish index abdd4c6..e147468 100644 --- a/functions/bobthefish_display_colors.fish +++ b/functions/bobthefish_display_colors.fish @@ -38,11 +38,11 @@ function bobthefish_display_colors -a color_scheme -d 'Print example prompt colo set_color normal __bobthefish_start_segment $color_initial_segment_exit - echo -n exit '! ' + echo -n exit $nonzero_exit_glyph set_color -b $color_initial_segment_su - echo -n su '$ ' + echo -n su $superuser_glyph set_color -b $color_initial_segment_jobs - echo -n jobs '% ' + echo -n jobs $bg_job_glyph __bobthefish_finish_segments set_color normal echo -n "(<- initial_segment)"