diff options
author | Shriniwas Sharma <shriniwas26@users.noreply.github.com> | 2019-10-16 09:28:19 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-10-16 09:28:19 +0200 |
commit | f7d9dae12e82b724dcb0f482b03b9771c82b5906 (patch) | |
tree | 273a2e6cece7910c4187f460169da58c85a67fef /themes/bira.zsh-theme | |
parent | 767be6c42f1b71fe497c46faa67c2ef4e70ab829 (diff) | |
download | zsh-f7d9dae12e82b724dcb0f482b03b9771c82b5906.tar.gz zsh-f7d9dae12e82b724dcb0f482b03b9771c82b5906.tar.bz2 zsh-f7d9dae12e82b724dcb0f482b03b9771c82b5906.zip |
bira: move virtualenv information (#8266)
Diffstat (limited to 'themes/bira.zsh-theme')
-rw-r--r-- | themes/bira.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bira.zsh-theme b/themes/bira.zsh-theme index d00f72f5d..cdae68d6c 100644 --- a/themes/bira.zsh-theme +++ b/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" |