Skip to content

Commit 4803ef8

Browse files
committed
fix(themes/minimal-gh): reset colors at the end of the prompt
1 parent e72a6d2 commit 4803ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/minimal-gh/minimal-gh.theme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function _omb_theme_PROMPT_COMMAND() {
3939
MERIDIANO="am";
4040
fi
4141

42-
PS1="\n${_omb_prompt_gray}\T${MERIDIANO} ${_omb_prompt_green}\u@$IP ${_omb_prompt_gray}\h ${_omb_prompt_olive}\${PWD} $(scm_prompt_info)\n${_omb_prompt_gray}\$ ${_omb_prompt_white}"
42+
PS1="\n${_omb_prompt_gray}\T${MERIDIANO} ${_omb_prompt_green}\u@$IP ${_omb_prompt_gray}\h ${_omb_prompt_olive}\${PWD} $(scm_prompt_info)\n${_omb_prompt_gray}\$ ${_omb_prompt_normal}"
4343
}
4444

4545
SCM_THEME_PROMPT_DIRTY=" ${_omb_prompt_brown}"

0 commit comments

Comments
 (0)