Skip to content

Commit

Permalink
Fix spacing in AWS vault test segments
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenkidd authored and bobthecow committed Oct 18, 2020
1 parent b5d7614 commit 64366ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/bobthefish_display_colors.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 64366ed

Please sign in to comment.