diff --git a/themes/blakefrost.zsh-theme b/themes/blakefrost.zsh-theme index 3823dcc1d..447774a3d 100644 --- a/themes/blakefrost.zsh-theme +++ b/themes/blakefrost.zsh-theme @@ -5,5 +5,5 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}⚡%{$reset_color%}" ZSH_THEME_GIT_PROMPT_CLEAN="" -PROMPT='%1~%{$reset_color%}$(git_prompt_info) ★ %{$reset_color%}' +PROMPT='%~%{$reset_color%}$(git_prompt_info) ★ %{$reset_color%}' RPROMPT='%{$fg[blue]%}$(rbenv version | cut -d " " -f 1 | sed "s/-/ /g")%{$reset_color%}'