mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
themes/luan: Move python_venv next to ruby_env
This commit is contained in:
@ -26,7 +26,7 @@ function _omb_theme_PROMPT_COMMAND() {
|
|||||||
local arrow="${_omb_prompt_bold_white}▶${_omb_prompt_normal} "
|
local arrow="${_omb_prompt_bold_white}▶${_omb_prompt_normal} "
|
||||||
local prompt="${_omb_prompt_bold_green}\$${_omb_prompt_normal} "
|
local prompt="${_omb_prompt_bold_green}\$${_omb_prompt_normal} "
|
||||||
|
|
||||||
PS1="${dtime}${python_venv}${user_host}:${current_dir} ${ruby_env}${git_branch}
|
PS1="${dtime}${user_host}:${current_dir} ${python_venv}${ruby_env}${git_branch}
|
||||||
$arrow $prompt"
|
$arrow $prompt"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user