mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
change variable order; ruby wasn't working consistently
This commit is contained in:
parent
e70d5f5edd
commit
a903c033fc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,9 +42,9 @@ else
|
|||
rvm_ruby='%{$PR_RED%}<$(rbenv version | sed -e "s/ (set.*$//")>%{$reset_color%}'
|
||||
fi
|
||||
fi
|
||||
local svn_info='$(svn_prompt_info)%{$reset_color%}'
|
||||
local git_branch='$(git_prompt_info)%{$reset_color%}'
|
||||
local git_status='$(git_prompt_status)%{$reset_color%}'
|
||||
local svn_info='$(svn_prompt_info)%{$reset_color%}'
|
||||
|
||||
#PROMPT="${user_host} ${current_dir} ${rvm_ruby} ${git_branch}$PR_PROMPT "
|
||||
PROMPT="╭─${user_host} ${current_dir} ${rvm_ruby} ${svn_info}${git_branch}${git_status}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue