mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Fixes 24h clock on the emre theme
This commit is contained in:
parent
e859636d35
commit
1f71de09e1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ PROMT_COLOR="%{$fg_bold[yellow]%}"
|
|||
|
||||
PROMPT=$'\
|
||||
${PROMT_NAME_COLOR}%n@$(get_ip) %{$reset_color%}${PROMT_DIRECTORY_COLOR}%~%{$reset_color%}\
|
||||
${PROMT_COLOR}%D{%I:%M} $(git_prompt_info)>%{$reset_color%} '
|
||||
${PROMT_COLOR}%D{%R} $(git_prompt_info)>%{$reset_color%} '
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=""
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue