Skip to content

Commit

Permalink
display time format supporting current timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
KyongSik-Yoon committed Nov 15, 2021
1 parent 4db7436 commit 7276bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/font/font.theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CLOCK_THEME_PROMPT_PREFIX=''
CLOCK_THEME_PROMPT_SUFFIX=' '
THEME_SHOW_CLOCK=true
THEME_CLOCK_COLOR=${THEME_CLOCK_COLOR:-"$bold_blue"}
THEME_CLOCK_FORMAT=${THEME_CLOCK_FORMAT:-"%I:%M:%S"}
THEME_CLOCK_FORMAT=${THEME_CLOCK_FORMAT:-"%T"}

VIRTUALENV_THEME_PROMPT_PREFIX='('
VIRTUALENV_THEME_PROMPT_SUFFIX=') '
Expand Down

0 comments on commit 7276bfd

Please sign in to comment.