Fix fish greeting when autosuggest is bold.

See also #39
pull/43/head
Justin Hileman 8 years ago
parent 0e92371c3f
commit 56ef3979d2

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

Loading…
Cancel
Save