From 4ea3ec44523b8a1c06ab3cce32a2aa90427745a3 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 10 Oct 2023 11:51:49 +0100 Subject: [PATCH] update --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index c79dbc0..627a677 100644 --- a/bashrc +++ b/bashrc @@ -146,6 +146,7 @@ if [ $_updates_available -gt 0 ] ; then [ $_updates_available -gt 15 ] && echo -ne "\033[0;33m" [ $_updates_available -gt 29 ] && echo -ne "\033[0;31m" echo -ne "$_updates_available\033[0m" + echo -ne " [ update with: \033[1;31mupdate\033[0m ]" echo "" fi