oh-my-bash
oh-my-bash copied to clipboard
themes/font: Fix clock format supporting current timezone
Font theme has clock format is %I:%M:%S
But it's not recognize current system time zone maybe looks like fixed UTC.
So I update clock format to %T
. It's print proper time of current timezone.
@KyongSik-Yoon, that's intentional for general purposes. You can always override it by copying the font theme to the custom directory.
rebased