path should be white but not bold
parent
46b714a8b8
commit
f55344334c
|
|
@ -11,7 +11,7 @@ GIT_THEME_PROMPT_PREFIX=" ${green}["
|
|||
GIT_THEME_PROMPT_SUFFIX="${green}]"
|
||||
|
||||
function prompt_command() {
|
||||
PS1="${bold_green}\u@\h ${bold_blue}[\T] ${reset_color}${white}[\w]${reset_color}$(scm_prompt_info)${reset_color}\n${blue}-> ${bold_blue}% ${reset_color}";
|
||||
PS1="${bold_green}\u@\h ${bold_blue}[\T] ${reset_color}$(color reset white)[\w]${reset_color}$(scm_prompt_info)${reset_color}\n${blue}-> ${bold_blue}% ${reset_color}";
|
||||
}
|
||||
|
||||
PROMPT_COMMAND=prompt_command;
|
||||
|
|
|
|||
Loading…
Reference in New Issue