From e27b3056678a5a783c337fb0d440cc776c237d15 Mon Sep 17 00:00:00 2001 From: Blake Taylor Date: Sat, 3 Mar 2012 17:48:18 -0800 Subject: [PATCH] Show full path --- themes/blakefrost.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/blakefrost.zsh-theme b/themes/blakefrost.zsh-theme index 3823dcc1d..447774a3d 100644 --- a/themes/blakefrost.zsh-theme +++ b/themes/blakefrost.zsh-theme @@ -5,5 +5,5 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}⚡%{$reset_color%}" ZSH_THEME_GIT_PROMPT_CLEAN="" -PROMPT='%1~%{$reset_color%}$(git_prompt_info) ★ %{$reset_color%}' +PROMPT='%~%{$reset_color%}$(git_prompt_info) ★ %{$reset_color%}' RPROMPT='%{$fg[blue]%}$(rbenv version | cut -d " " -f 1 | sed "s/-/ /g")%{$reset_color%}'