From e69150081b0e576ebb382487c1ff2cb35e78bb35 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 28 Dec 2021 08:44:59 -0500 Subject: [PATCH] Add k8s-context segment to bobthefish_display_colors --- functions/bobthefish_display_colors.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/bobthefish_display_colors.fish b/functions/bobthefish_display_colors.fish index e1dfc62..9719b27 100644 --- a/functions/bobthefish_display_colors.fish +++ b/functions/bobthefish_display_colors.fish @@ -140,6 +140,7 @@ function bobthefish_display_colors -a color_scheme -d 'Print example prompt colo __bobthefish_start_segment $color_desk echo -ns $desk_glyph desk ' ' __bobthefish_finish_segments + echo __bobthefish_start_segment $color_aws_vault echo -ns aws-vault ' (' active ') ' @@ -149,5 +150,9 @@ function bobthefish_display_colors -a color_scheme -d 'Print example prompt colo echo -ns aws-vault ' (' expired ') ' __bobthefish_finish_segments + __bobthefish_start_segment $color_k8s + echo -ns $k8s_glyph ' k8s-context' + __bobthefish_finish_segments + echo -e "\n" end