diff --git a/themes/powerline-plain/powerline-plain.theme.bash b/themes/powerline-plain/powerline-plain.theme.bash index 59ae7b79..f9538c2a 100644 --- a/themes/powerline-plain/powerline-plain.theme.bash +++ b/themes/powerline-plain/powerline-plain.theme.bash @@ -54,7 +54,4 @@ HOST_THEME_PROMPT_COLOR=0 POWERLINE_PROMPT=${POWERLINE_PROMPT:="user_info scm python_venv ruby cwd"} -safe_append_prompt_command __powerline_prompt_command - - -HISTORY_AUTOSAVE=${HISTORY_AUTOSAVE:-0} +safe_append_prompt_command __powerline_prompt_command \ No newline at end of file diff --git a/themes/powerline/powerline.theme.bash b/themes/powerline/powerline.theme.bash index 482b3464..377e6f8e 100644 --- a/themes/powerline/powerline.theme.bash +++ b/themes/powerline/powerline.theme.bash @@ -57,4 +57,6 @@ HOST_THEME_PROMPT_COLOR=0 POWERLINE_PROMPT=${POWERLINE_PROMPT:="user_info scm python_venv ruby cwd"} +HISTORY_AUTOSAVE=${HISTORY_AUTOSAVE:-0} + safe_append_prompt_command __powerline_prompt_command