From 23098416227479b38874fb89d248027e9890eed2 Mon Sep 17 00:00:00 2001 From: Levon Saldamli Date: Wed, 4 Mar 2015 08:44:14 +0100 Subject: [PATCH] Prompt --- themes/levsa.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/levsa.zsh-theme b/themes/levsa.zsh-theme index 952894aeb..a294db3e8 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 +add-zsh-hook precmd theme_precmd \ No newline at end of file