fix backward compatibility

pull/805/head
MunifTanjim 2016-10-17 16:01:21 +06:00
parent 7d901b11b6
commit 08fba38c43
1 changed files with 1 additions and 1 deletions

View File

@ -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}"}