Commit f7d9dae1 authored by Shriniwas Sharma's avatar Shriniwas Sharma Committed by Marc Cornellà
Browse files

bira: move virtualenv information (#8266)

parent 767be6c4
...@@ -16,7 +16,7 @@ local venv_prompt='$(virtualenv_prompt_info)' ...@@ -16,7 +16,7 @@ local venv_prompt='$(virtualenv_prompt_info)'
ZSH_THEME_RVM_PROMPT_OPTIONS="i v g" 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 " ╰─%B${user_symbol}%b "
RPROMPT="%B${return_code}%b" RPROMPT="%B${return_code}%b"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment