lib/utils: move and refactor "safe_append_prompt_command => _omb_util_append_prompt_command"

This commit is contained in:
Koichi Murase
2021-12-28 09:19:44 +09:00
parent 50d024358a
commit a3b8e5fdbf
61 changed files with 84 additions and 86 deletions

View File

@@ -16,4 +16,4 @@ function prompt_command() {
PS1="\n${yellow}$(python_version_prompt) ${purple}\h ${reset_color}in ${green}\w\n${bold_cyan}$(scm_char)${green}$(scm_prompt_info) ${green}${reset_color} "
}
safe_append_prompt_command prompt_command
_omb_util_add_prompt_command prompt_command