From 17a0209b0c994b697520e04e4e39a6d0ef27cafd Mon Sep 17 00:00:00 2001 From: Benji Date: Tue, 3 Sep 2013 09:45:05 +0200 Subject: [PATCH] fix set_color bug fixes error set_color: Expected an argument --- themes/coffeeandcode/fish_prompt.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/coffeeandcode/fish_prompt.fish b/themes/coffeeandcode/fish_prompt.fish index 454964f..4287c47 100644 --- a/themes/coffeeandcode/fish_prompt.fish +++ b/themes/coffeeandcode/fish_prompt.fish @@ -19,6 +19,9 @@ set fish_pager_color_description 555 yellow set fish_pager_color_progress cyan set fish_pager_color_secondary +set fish_color_host cyan +set fish_color_user cyan + # Git prompt setup set __fish_git_prompt_char_untrackedfiles '*' set __fish_git_prompt_color yellow