minor changes to color

This commit is contained in:
allan 2025-06-25 11:03:51 +02:00
parent cba6a921b4
commit 3770e4008a

View File

@ -182,7 +182,7 @@ update_git_prompt() {
PS1='\u@\h \['"$GIT_PS1"'\] \[\e[38;5;178m\]\w\[\e[0m\] '"${PROMPT_CHAR} " PS1='\u@\h \['"$GIT_PS1"'\] \[\e[38;5;178m\]\w\[\e[0m\] '"${PROMPT_CHAR} "
fi fi
else 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 fi
} }