diff --git a/.oh-my-zsh/custom/themes/custom.zsh-theme b/.oh-my-zsh/custom/themes/custom.zsh-theme index cfecfc8..be67e30 100644 --- a/.oh-my-zsh/custom/themes/custom.zsh-theme +++ b/.oh-my-zsh/custom/themes/custom.zsh-theme @@ -1,4 +1,4 @@ -PROMPT="%(?:%{$fg_bold[green]%}%1{➜%} :%{$fg_bold[red]%}%1{➜%} ) %{$fg[cyan]%}%c%{$reset_color%}" +PROMPT="%m%(?:%{$fg_bold[green]%}%1{➜%} :%{$fg_bold[red]%}%1{➜%} ) %{$fg[cyan]%}%c%{$reset_color%}" PROMPT+=' $(git_prompt_info)' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"