oh-my-fish / theme-fishbone

A clean theme for fish shell managed by Oh my fish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uptime apperance bug

carina-akaia opened this issue · comments

Buggy appearance, when uptime == day
image

Hi @katecanaveral,

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

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.

Thanks, good job!