diff options
author | Crackpot <gaofeitop@163.com> | 2019-06-14 20:46:08 +0800 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-06-14 14:46:08 +0200 |
commit | 9060c1ddae7290c88eb91d48567f07624a881376 (patch) | |
tree | 5da8ac497e58c188a5a0fe541c7c696d3f46712e /themes | |
parent | 078f64dcf9c56f45d1d5e9e49dd5709baedc1386 (diff) | |
download | zsh-9060c1ddae7290c88eb91d48567f07624a881376.tar.gz zsh-9060c1ddae7290c88eb91d48567f07624a881376.tar.bz2 zsh-9060c1ddae7290c88eb91d48567f07624a881376.zip |
crcandy: use 24h format in prompt (#7926)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/crcandy.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/crcandy.zsh-theme b/themes/crcandy.zsh-theme index 0a63c1245..5b9cd42f8 100644 --- a/themes/crcandy.zsh-theme +++ b/themes/crcandy.zsh-theme @@ -1,5 +1,5 @@ PROMPT=$' -%{$fg_bold[green]%}%n@%m %{$fg[blue]%}%D{[%I:%M:%S]} %{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)\ +%{$fg_bold[green]%}%n@%m %{$fg[blue]%}%D{[%H:%M:%S]} %{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)\ %{$fg[blue]%}->%{$fg_bold[blue]%} %#%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[" |