From 3770e4008a59cffa12ab87195b65fa838703d45d Mon Sep 17 00:00:00 2001 From: allan Date: Wed, 25 Jun 2025 11:03:51 +0200 Subject: [PATCH] minor changes to color --- bash-git-prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-git-prompt b/bash-git-prompt index 62042cd..f6c164e 100644 --- a/bash-git-prompt +++ b/bash-git-prompt @@ -182,7 +182,7 @@ update_git_prompt() { PS1='\u@\h \['"$GIT_PS1"'\] \[\e[38;5;178m\]\w\[\e[0m\] '"${PROMPT_CHAR} " fi else - PS1='\u@\h:\[\e[38;5;220m\]\w\[\e[0m\] '"${PROMPT_CHAR} " + PS1='\u@\h:\[\e[38;5;178m\]\w\[\e[0m\] '"${PROMPT_CHAR} " fi }