From a9a26a81129a0557dbaeefef98690914ea78610e Mon Sep 17 00:00:00 2001 From: Tim Noise Date: Sat, 28 Jan 2017 15:10:01 +1100 Subject: [PATCH] element ordering --- themes/redline/redline.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/redline/redline.theme.bash b/themes/redline/redline.theme.bash index 36e012fc..0b482772 100644 --- a/themes/redline/redline.theme.bash +++ b/themes/redline/redline.theme.bash @@ -52,6 +52,6 @@ THEME_CLOCK_FORMAT=${THEME_CLOCK_FORMAT:="%H:%M:%S"} IN_VIM_THEME_PROMPT_COLOR=245 IN_VIM_THEME_PROMPT_TEXT="vim" -POWERLINE_PROMPT=${POWERLINE_PROMPT:="user_info scm python_venv ruby cwd"} +POWERLINE_PROMPT=${POWERLINE_PROMPT:="python_venv ruby user_info hostname cwd scm"} safe_append_prompt_command __powerline_prompt_command