fix backward compatibility
parent
7d901b11b6
commit
08fba38c43
|
|
@ -18,7 +18,7 @@ SCM_THEME_CURRENT_USER_SUFFIX=''
|
||||||
|
|
||||||
CLOCK_CHAR='⌚'
|
CLOCK_CHAR='⌚'
|
||||||
THEME_CLOCK_CHAR_COLOR=${THEME_CLOCK_CHAR_COLOR:="${red}"}
|
THEME_CLOCK_CHAR_COLOR=${THEME_CLOCK_CHAR_COLOR:="${red}"}
|
||||||
THEME_SHOW_CLOCK=${THEME_CLOCK_CHECK:-true}
|
[ -z $THEME_SHOW_CLOCK ] && THEME_SHOW_CLOCK=${THEME_CLOCK_CHECK:-true}
|
||||||
THEME_CLOCK_FORMAT=${THEME_CLOCK_FORMAT:="%Y-%m-%d %H:%M:%S"}
|
THEME_CLOCK_FORMAT=${THEME_CLOCK_FORMAT:="%Y-%m-%d %H:%M:%S"}
|
||||||
THEME_CLOCK_COLOR=${THEME_CLOCK_COLOR:="${bold_cyan}"}
|
THEME_CLOCK_COLOR=${THEME_CLOCK_COLOR:="${bold_cyan}"}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue