mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
bira: move virtualenv information (#8266)
This commit is contained in:
parent
767be6c42f
commit
f7d9dae12e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ local venv_prompt='$(virtualenv_prompt_info)'
|
|||
|
||||
ZSH_THEME_RVM_PROMPT_OPTIONS="i v g"
|
||||
|
||||
PROMPT="╭─${venv_prompt}${user_host}${current_dir}${rvm_ruby}${git_branch}
|
||||
PROMPT="╭─${user_host}${current_dir}${rvm_ruby}${git_branch}${venv_prompt}
|
||||
╰─%B${user_symbol}%b "
|
||||
RPROMPT="%B${return_code}%b"
|
||||
|
||||
|
|
Loading…
Reference in a new issue