[#3238] swapping out %~ for %1/ in a few themes to fix rvm_project_path issue

This commit is contained in:
Benjamin Rosas 2014-10-20 09:41:16 -05:00
commit 2f884811bb
15 changed files with 15 additions and 15 deletions

View file

@ -4,7 +4,7 @@ local smiley="%(?,%{$fg[green]%}☺%{$reset_color%},%{$fg[red]%}☹%{$reset_colo
local user="%{$fg[cyan]%}%n%{$reset_color%}"
local host="%{$fg[cyan]%}@%m%{$reset_color%}"
local pwd="%{$fg[yellow]%}%~%{$reset_color%}"
local pwd="%{$fg[yellow]%}%1/%{$reset_color%}"
PROMPT='${user}${host} ${pwd}
${smiley} '