From 56ef3979d238428b40776121ab5f58593f9e70c7 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sun, 15 May 2016 21:26:08 -0700 Subject: [PATCH] Fix fish greeting when autosuggest is bold. See also #39 --- fish_greeting.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_greeting.fish b/fish_greeting.fish index 986850d..84f0632 100644 --- a/fish_greeting.fish +++ b/fish_greeting.fish @@ -1,5 +1,5 @@ function fish_greeting -d "what's up, fish?" - set_color $fish_color_autosuggestion[1] + set_color $fish_color_autosuggestion uname -npsr uptime set_color normal