From ac1a6e230c98e70443ce79b68670a06cda461aaa Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Wed, 8 Jun 2016 01:21:13 -0700 Subject: [PATCH] Update docker segment to use new color variables. See #47 See #48 --- fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index b479932..c766c93 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -294,7 +294,7 @@ end function __bobthefish_prompt_docker -S -d 'Show docker machine name' [ "$theme_display_docker_machine" = 'no' -o -z "$DOCKER_MACHINE_NAME" ]; and return - __bobthefish_start_segment $__bobthefish_vagrant fff --bold + __bobthefish_start_segment $__color_vagrant echo -ns $DOCKER_MACHINE_NAME ' ' set_color normal end