浏览代码

bira: move virtualenv information (#8266)

Shriniwas Sharma 5 年之前
父节点
当前提交
f7d9dae12e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/bira.zsh-theme

+ 1 - 1
themes/bira.zsh-theme

@@ -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"