From ab0e1055ad3d6e0c06787a45dccfcfd30bb39ed8 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 31 Aug 2026 21:24:13 +0400 Subject: [PATCH] no more Red --- etc/bash.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/bash.bashrc b/etc/bash.bashrc index ee63c8e..95d83b4 100644 --- a/etc/bash.bashrc +++ b/etc/bash.bashrc @@ -6,7 +6,6 @@ function __miaou_prompt_command { local EXIT="$?" # This needs to be first local R='\[\e[0m\]' - local Red='\[\e[31m\]' local Gre='\[\e[32m\]' local Yel='\[\e[93m\]' local Cya='\[\e[36m\]'