From a6d20e67febd714c061d39c9b688eccfdd8f0a13 Mon Sep 17 00:00:00 2001 From: Robert R Evans Date: Wed, 6 Oct 2010 15:24:04 -0700 Subject: [PATCH] Updated base.functions.bash to reflect the new color names --- functions/base.funtions.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/base.funtions.bash b/functions/base.funtions.bash index f0544c6..4b41cce 100644 --- a/functions/base.funtions.bash +++ b/functions/base.funtions.bash @@ -6,7 +6,7 @@ function ips { function myip { res=$(curl -s checkip.dyndns.org | grep -Eo '[0-9\.]+') - echo "Your public IP is: ${LIGHT_GREEN} $res ${NORMAL}" + echo "Your public IP is: ${bold_green} $res ${normal}" } -- 2.17.1