Skip to content

Commit

Permalink
Fix Git status rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenharman committed Apr 8, 2024
1 parent 1dc3118 commit ca0eb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zsh/custom/themes/smh.zsh-theme
Expand Up @@ -22,7 +22,7 @@ function prompt_char {
local smiley="%(?,%{$fg[green]%}◎%{$reset_color%},%{$fg[red]%}◉%{$reset_color%})"

PROMPT='
%{$fg[yellow]%}%m%{$reset_color%}: %{$fg_bold[blue]%}%~%{$reset_color%} [$(smh_rbenv_prompt_info)|$(smh_nodenv_prompt_info)$(git_prompt_info)]
%{$fg[yellow]%}%m%{$reset_color%}: %{$fg_bold[blue]%}%~%{$reset_color%} [$(smh_rbenv_prompt_info)|$(smh_nodenv_prompt_info)$(_omz_git_prompt_info)]
%_${smiley} $(prompt_char) '

RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'
Expand Down

0 comments on commit ca0eb7e

Please sign in to comment.