From 9ae90139b4ec548d6bf6d5c917c699fbe3bba18b Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 1 Mar 2021 20:14:57 +0400 Subject: [PATCH] colors --- bash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index 9d3ad67..d5dba60 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -115,7 +115,7 @@ __prompt_command() { else local ahead=$(git rev-list --branches --not --remotes |wc -l) if [[ $ahead -ne 0 ]]; then - PS1+="⚡|${tag_release}${Mag}↑${ahead}" + PS1+="⚡|${tag_release}${Blu}↑${ahead}" else if [[ -z $tag_release ]];then PS1+="${Blu}✔"