[#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

@ -2,7 +2,7 @@
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
local user_host='%{$terminfo[bold]$fg[green]%}%n@%m%{$reset_color%}'
local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}'
local current_dir='%{$terminfo[bold]$fg[blue]%} %1/%{$reset_color%}'
local rvm_ruby=''
if which rvm-prompt &> /dev/null; then
rvm_ruby='%{$fg[red]%}$(rvm-prompt i v g)%{$reset_color%}'