diff --git a/custom/themes/astro.zsh-theme b/custom/themes/astro.zsh-theme index 0c578bd37..b0cd1f3ec 100644 --- a/custom/themes/astro.zsh-theme +++ b/custom/themes/astro.zsh-theme @@ -38,5 +38,6 @@ PROMPT=" ${user_host}\ %{$terminfo[bold]$fg[yellow]%}${current_dir}%{$reset_color%}\ ${git_info}\ -${git_sha} +${git_sha}\ +%{$fg[white]%}[%*] %${ret_status}%{$reset_color%}"