mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
update time format in freegull theme
This commit is contained in:
parent
b6ca6d85c0
commit
9aa174dbcd
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ local username_command="%n"
|
|||
local hostname_command="%m"
|
||||
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 hostname_output="$hostname_color$hostname_command$reset"
|
||||
local current_dir_output="$current_dir_color$current_dir$reset"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue