From 71b8a033134ece0b6a4f6fd8cf9cb1125a08a8d1 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 7 Jul 2019 12:43:23 +0400 Subject: [PATCH] ok --- bash.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash.bashrc b/bash.bashrc index a7130eb..ca8f064 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -51,6 +51,7 @@ __prompt_command() { local Gre='\[\e[1;32m\]' local Yel='\[\e[1;33m\]' local Ora='\[\e[0;33m\]' + local Blu='\[\e[1;34m\]' local Cya='\[\e[1;36m\]' local Mag='\[\e[1;95m\]' local Gra='\[\e[1;30m\]'