From 45ae7122089965476905d36e47600d7a45f92601 Mon Sep 17 00:00:00 2001 From: brunoric Date: Wed, 9 Mar 2016 20:24:04 -0300 Subject: [PATCH] Fixed Fox Theme for Mac. --- 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 3ecd4e20..761690c7 100644 --- a/themes/fox.zsh-theme +++ b/themes/fox.zsh-theme @@ -1,6 +1,6 @@ # fox.zsh-theme -PROMPT='%{$fg[cyan]%}┌[%{$fg_bold[white]%}%n%{$reset_color%}%{$fg[cyan]%}☮%{$fg_bold[white]%}%M%{$reset_color%}%{$fg[cyan]%}]%{$fg[white]%}-%{$fg[cyan]%}(%{$fg_bold[white]%}%~%{$reset_color%}%{$fg[cyan]%})$(git_prompt_info) +PROMPT='%{$fg[cyan]%}┌[%{$fg_bold[white]%}%n%{$reset_color%}%{$fg[cyan]%}@%{$fg_bold[white]%}%M%{$reset_color%}%{$fg[cyan]%}]%{$fg[white]%}-%{$fg[cyan]%}(%{$fg_bold[white]%}%~%{$reset_color%}%{$fg[cyan]%})$(git_prompt_info) └> % %{$reset_color%}' ZSH_THEME_GIT_PROMPT_PREFIX="-[%{$reset_color%}%{$fg[white]%}git://%{$fg_bold[white]%}"