diff --git a/themes/levsa.zsh-theme b/themes/levsa.zsh-theme index 8604238eb..952894aeb 100644 --- a/themes/levsa.zsh-theme +++ b/themes/levsa.zsh-theme @@ -23,7 +23,7 @@ theme_precmd () { setopt prompt_subst -PROMPT='%(?.%{$fg[green]%}.%{$fg[red]%})$(toon)%{$reset_color%} %~/%{$reset_color%}${vcs_info_msg_0_}%{$reset_color%}> ' +PROMPT='%(?.%{$fg[green]%}.%{$fg[red]%})$(toon) %{$reset_color%} %~/ %{$reset_color%}${vcs_info_msg_0_}%{$reset_color%}' autoload -U add-zsh-hook add-zsh-hook precmd theme_precmd