oh-my-fish / theme-fishbone

A clean theme for fish shell managed by Oh my fish
MIT License
33 stars 13 forks source link

Uptime apperance bug #6

Closed carina-akaia closed 6 years ago

carina-akaia commented 6 years ago

Buggy appearance, when uptime == day image

pantuza commented 6 years ago

Hi @katecanaveral,

well noted! Thank you for the report. We will fix it as soon as possible.

pantuza commented 6 years ago

Hi, @katecanaveral.

I've missed this line of uptime code from coreutils. I think the problem is now solved. I've tested it on my machine. If the problem continue, please let me know.

To update fishbone you should run:

$> omf update  # It will automatically update all plugins and themes 

Then just try to login again by running, for example:

$> su {your_user_name}

Cheers.

carina-akaia commented 6 years ago

Thanks, good job!