Fix fish greeting when autosuggest is bold.

See also #39
This commit is contained in:
Justin Hileman 2016-05-15 21:26:08 -07:00
parent 0e92371c3f
commit 56ef3979d2

View File

@ -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