Browse code

Skip the git word in this theme

Toon Claes authored on 30/10/2009 at 19:41:38
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 # Inspired by many other themes
2 2
 PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~$(git_prompt_info)%{$reset_color%}» '
3 3
 
4
-ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}git(%{$fg[red]%}"
4
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg[red]%}"
5 5
 ZSH_THEME_GIT_PROMPT_SUFFIX=""
6 6
 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
7 7
 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$fg[blue]%})"