From 08f1fa985669db075377d39074873383ce57198b Mon Sep 17 00:00:00 2001 From: Gernot Poetsch Date: Wed, 17 Aug 2011 12:29:08 +0200 Subject: [PATCH] Pimpin' my theme (thanks, Robb) --- themes/gernot.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gernot.zsh-theme b/themes/gernot.zsh-theme index 1c048c16f..0aa8a5d1f 100644 --- a/themes/gernot.zsh-theme +++ b/themes/gernot.zsh-theme @@ -4,4 +4,4 @@ ZSH_THEME_GIT_PROMPT_PREFIX="(" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY=") %{$fg[yellow]%}✗%{$reset_color%}" ZSH_THEME_GIT_PROMPT_CLEAN=")" -PROMPT='%{$fg_bold[white]%}%p %{$fg[green]%}%c %{$fg_bold[red]%}$(git_prompt_info)%{$fg_bold[red]%} % %{$reset_color%}' +PROMPT='%{$fg_bold[white]%}%p%{$fg[green]%}%~ %{$fg_bold[red]%}$(git_prompt_info)%{$fg_bold[red]%} % %{$reset_color%}'