Skip to content

Commit 34f0570

Browse files
committed
feat: update time format
1 parent 9e24ca0 commit 34f0570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snowflake.zsh-theme

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ZSH_THEME_GIT_PROMPT_CLEAN=""
66

77
get_time(){
8-
echo '%{$fg[blue]%} %S %* %s %{$reset_color%}'
8+
echo '%S %* %s'
99
}
1010

1111
snowflake_icon(){
@@ -26,5 +26,5 @@ get_path(){
2626
}
2727

2828
PROMPT="$(get_path) $(get_user)
29-
❄ %(?.%{$fg_bold[cyan]%}➜.%{$fg_bold[red]%}➜%f) %{$reset_color%} "
29+
❄ %(?.%{$fg_bold[cyan]%}➜.%{$fg_bold[red]%}➜%f)%{$reset_color%} "
3030
RPROMPT='$(git_prompt_info) $(get_time) %{$reset_color%}'

0 commit comments

Comments
 (0)