From 0a030930a894995339e478f03e0dbb4b1eac2a0c Mon Sep 17 00:00:00 2001 From: Darren Kidd Date: Mon, 19 Oct 2020 09:51:44 +1300 Subject: [PATCH] Fix spacing in AWS vault test segments --- functions/bobthefish_display_colors.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/bobthefish_display_colors.fish b/functions/bobthefish_display_colors.fish index 79a2804..e1dfc62 100644 --- a/functions/bobthefish_display_colors.fish +++ b/functions/bobthefish_display_colors.fish @@ -142,11 +142,11 @@ function bobthefish_display_colors -a color_scheme -d 'Print example prompt colo __bobthefish_finish_segments __bobthefish_start_segment $color_aws_vault - echo -ns aws-vault active ' ' + echo -ns aws-vault ' (' active ') ' __bobthefish_finish_segments __bobthefish_start_segment $color_aws_vault_expired - echo -ns aws-vault expired ' ' + echo -ns aws-vault ' (' expired ') ' __bobthefish_finish_segments echo -e "\n"