diff --git a/.zshrc b/.zshrc index eac292e..f413f7b 100644 --- a/.zshrc +++ b/.zshrc @@ -14,7 +14,7 @@ export LANG=en_US.UTF-8 export EDITOR='vim' -PROMPT='%(!.%{$fg_bold[red]%}.%{$fg_bold[green]%}) %{%F{24}%}(%m) %(!.%1~.%~) $(git_prompt_info)%_$(prompt_char)%{$reset_color%} ' +PROMPT='%(!.%{$fg_bold[red]%}.%{$fg_bold[green]%})(%m)%{%F{24}%} %(!.%1~.%~) $(git_prompt_info)%_$(prompt_char)%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX="(" ZSH_THEME_GIT_PROMPT_SUFFIX=") "