From db84cc8732e1f1756debe85dac59f99c3fd495b7 Mon Sep 17 00:00:00 2001 From: fumseck Date: Thu, 24 Aug 2017 08:59:18 +0200 Subject: [PATCH] fix bug --- themes/fox.zsh-theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/fox.zsh-theme b/themes/fox.zsh-theme index fa23cea15..c3b0f0940 100644 --- a/themes/fox.zsh-theme +++ b/themes/fox.zsh-theme @@ -3,7 +3,8 @@ PROMPT='%{$fg[cyan]%}┌[%{$fg_bold[white]%}%n%{$reset_color%}%{$fg[cyan]%}@%{$fg_bold[white]%}%M%{$reset_color%}%{$fg[cyan]%}]%{$fg[cyan]%}-[%{$fg_bold[white]%}%D%{$reset_color%}%{$fg[cyan]%}:%{$fg_bold[white]%}%T%{$reset_color%}%{$fg[cyan]%}]%{$fg[cyan]%}-%{$fg[cyan]%}(%{$fg_bold[white]%}%~%{$reset_color%}%{$fg[cyan]%})$(git_prompt_info) └> % %{$reset_color%}' -ZSH_THEME_GIT_PROMPT_PREFIX="-[%{$reset_color%}%{$fg_bold[white]$(git_current_user_name)%{$fg[cyan]%}@%{$fg_bold[white]%}" +ZSH_THEME_GIT_PROMPT_PREFIX="-[%{$reset_color%}%{$fg_bold[white]%}$(git_current_user_name)%{$fg[cyan]%}@%{$fg_bold[white]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}%{$fg[cyan]%}]" ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$reset_color%}" ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%{$reset_color%}" +