diff --git a/themes/emre.zsh-theme b/themes/emre.zsh-theme index 772d28ea9..41b240ac6 100644 --- a/themes/emre.zsh-theme +++ b/themes/emre.zsh-theme @@ -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=""