From 096ff01f40cd38a1b2ea67b77149643a481f4c42 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Sat, 11 Feb 2023 21:11:23 +0900 Subject: [PATCH] themes/luan: Move python_venv next to ruby_env --- themes/luan/luan.theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/luan/luan.theme.sh b/themes/luan/luan.theme.sh index 5dd7430..455cb42 100644 --- a/themes/luan/luan.theme.sh +++ b/themes/luan/luan.theme.sh @@ -26,7 +26,7 @@ function _omb_theme_PROMPT_COMMAND() { local arrow="${_omb_prompt_bold_white}▶${_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" }