update time format in freegull theme

This commit is contained in:
Xueyuan Jiang 2017-07-05 11:25:04 +08:00 committed by GitHub
commit 9aa174dbcd

View file

@ -57,7 +57,7 @@ local username_command="%n"
local hostname_command="%m" local hostname_command="%m"
local current_dir="%~" local current_dir="%~"
local time_output="[$yellow$blue_bg%T$reset]" local time_output="$white($magenta%T$white)$reset"
local username_output="%(!..$username_normal_color$username_command$reset@)" local username_output="%(!..$username_normal_color$username_command$reset@)"
local hostname_output="$hostname_color$hostname_command$reset" local hostname_output="$hostname_color$hostname_command$reset"
local current_dir_output="$current_dir_color$current_dir$reset" local current_dir_output="$current_dir_color$current_dir$reset"