From b1e766f82a507de5b660435530fe9961c11b8226 Mon Sep 17 00:00:00 2001 From: fumseck Date: Sat, 30 Sep 2017 12:19:22 +0200 Subject: [PATCH] fix missing git username --- themes/fox.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fox.zsh-theme b/themes/fox.zsh-theme index c3b0f0940..3e8c90342 100644 --- a/themes/fox.zsh-theme +++ b/themes/fox.zsh-theme @@ -3,7 +3,7 @@ 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%{$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%}"