fix hostname prompt

https://github.com/Bash-it/bash-it/issues/1145
This commit is contained in:
Florian Molitorisz
2018-04-11 17:37:29 +02:00
committed by GitHub
parent 260e1851ef
commit f8d5ffe84c

View File

@@ -51,6 +51,8 @@ THEME_CLOCK_FORMAT=${THEME_CLOCK_FORMAT:="%H:%M:%S"}
IN_VIM_THEME_PROMPT_COLOR=245
IN_VIM_THEME_PROMPT_TEXT="vim"
HOST_THEME_PROMPT_COLOR=0
POWERLINE_LEFT_PROMPT=${POWERLINE_LEFT_PROMPT:="scm python_venv ruby cwd"}
POWERLINE_RIGHT_PROMPT=${POWERLINE_RIGHT_PROMPT:="in_vim clock battery user_info"}