From 1aaf30787a769f1d4c0f34a389ed113982bff4c4 Mon Sep 17 00:00:00 2001 From: Timo Schmidt Date: Tue, 28 Mar 2023 02:39:20 +0200 Subject: [PATCH] .bashrc --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index bde72dc..82d2104 100644 --- a/.bashrc +++ b/.bashrc @@ -74,9 +74,9 @@ check () { git clone --quiet "${URL}" "${DIR}" if [ -d "${DIR}" ]; then - norminette "${DIR}" && printf '\033[42m%s\033[m\n' "Norminette success" || printf '\033[41m%s\033[m\n' "Norminette fail!!!" + norminette "${DIR}" && printf '\033[30;102m%s\033[m\n' "Norminette success" || printf '\033[30;101m%s\033[m\n' "Norminette fail!!!" rm -rf "${DIR}" else - printf '\033[41m%s\033[m\n' "Could not clone the repo" + printf '\033[30;101m%s\033[m\n' "Could not clone the repo" fi -} \ No newline at end of file +}