Show full path

This commit is contained in:
Blake Taylor 2012-03-03 17:48:18 -08:00
commit e27b305667

View file

@ -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%}'