We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e24ca0 commit 34f0570Copy full SHA for 34f0570
snowflake.zsh-theme
@@ -5,7 +5,7 @@
5
ZSH_THEME_GIT_PROMPT_CLEAN=""
6
7
get_time(){
8
- echo '%{$fg[blue]%} %S %* %s %{$reset_color%}'
+ echo '%S %* %s'
9
}
10
11
snowflake_icon(){
@@ -26,5 +26,5 @@ get_path(){
26
27
28
PROMPT="$(get_path) $(get_user)
29
-❄ %(?.%{$fg_bold[cyan]%}➜.%{$fg_bold[red]%}➜%f) %{$reset_color%} "
+❄ %(?.%{$fg_bold[cyan]%}➜.%{$fg_bold[red]%}➜%f)%{$reset_color%} "
30
RPROMPT='$(git_prompt_info) $(get_time) %{$reset_color%}'
0 commit comments