From cef9b42a3a94c1a12d6587850eaa798edffe32ba Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 30 Oct 2009 20:41:38 +0100 Subject: [PATCH] Skip the git word in this theme --- themes/tonotdo.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tonotdo.zsh-theme b/themes/tonotdo.zsh-theme index 1562b72..dca6516 100644 --- a/themes/tonotdo.zsh-theme +++ b/themes/tonotdo.zsh-theme @@ -1,7 +1,7 @@ # Inspired by many other themes PROMPT='[%*] %{$fg[cyan]%}%n%{$fg[magenta]%}➜%{$fg[green]%}%3~$(git_prompt_info)%{$reset_color%}» ' -ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}git(%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$fg[blue]%})"