From 78d645b50ed10ebf1ad424e078cea5a266f39cf3 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 1 Mar 2021 20:35:12 +0400 Subject: [PATCH] colors --- bash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index d5dba60..a422c14 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}${Blu}↑${ahead}" + PS1+="⚡|${tag_release}${Cya}↑${ahead}" else if [[ -z $tag_release ]];then PS1+="${Blu}✔"