mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
refactor(themes/wanelo): split line to construct PS1
This commit is contained in:
@ -18,7 +18,11 @@ function _omb_theme_PROMPT_COMMAND {
|
||||
else
|
||||
local status=💔
|
||||
fi
|
||||
PS1="\n${_omb_prompt_olive}$(_omb_prompt_print_ruby_env) ${_omb_prompt_purple}\h ${_omb_prompt_reset_color}in ${_omb_prompt_green}\w $status \n${_omb_prompt_bold_teal} ${_omb_prompt_navy}|$(clock_prompt)|${_omb_prompt_green}$(scm_prompt_info) ${_omb_prompt_green}→${_omb_prompt_reset_color} "
|
||||
PS1="\n${_omb_prompt_olive}$(_omb_prompt_print_ruby_env) "
|
||||
PS1+="${_omb_prompt_purple}\h ${_omb_prompt_reset_color}in ${_omb_prompt_green}\w $status \n"
|
||||
PS1+="${_omb_prompt_bold_teal} ${_omb_prompt_navy}|$(clock_prompt)|"
|
||||
PS1+="${_omb_prompt_green}$(scm_prompt_info) "
|
||||
PS1+="${_omb_prompt_green}→${_omb_prompt_reset_color} "
|
||||
}
|
||||
|
||||
THEME_CLOCK_COLOR=${THEME_CLOCK_COLOR:-"$_omb_prompt_navy"}
|
||||
|
Reference in New Issue
Block a user