Browse code

git:(master) --> git:master Parenthesis removed

Nikita Vasilyev authored on 16/03/2010 at 20:44:01
Showing 1 changed files
... ...
@@ -3,6 +3,11 @@ if [ "$(whoami)" = "root" ]; then NCOLOR="red"; else NCOLOR="yellow"; fi
3 3
 PROMPT='%{$fg[$NCOLOR]%}%c ➤ %{$reset_color%}'
4 4
 RPROMPT='%{$fg[$NCOLOR]%}%p $(git_prompt_info)%{$reset_color%}'
5 5
 
6
+ZSH_THEME_GIT_PROMPT_PREFIX="git:"
7
+ZSH_THEME_GIT_PROMPT_SUFFIX=""
8
+ZSH_THEME_GIT_PROMPT_DIRTY="*"
9
+ZSH_THEME_GIT_PROMPT_CLEAN=""
10
+
6 11
 # See http://geoff.greer.fm/lscolors/
7 12
 export LSCOLORS="exfxcxdxbxbxbxbxbxbxbx"
8 13
 export LS_COLORS="di=34;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=31;40:cd=31;40:su=31;40:sg=31;40:tw=31;40:ow=31;40:"