commit | a6d20e67febd714c061d39c9b688eccfdd8f0a13 | [log] [tgz] |
---|---|---|
author | Robert R Evans <robert@codewranglers.org> | 周三 10月 06 15:24:04 2010 -0700 |
committer | Robert R Evans <robert@codewranglers.org> | 周三 10月 06 15:24:04 2010 -0700 |
tree | 27310878d3f5f5857c3cd2ef4d0b4207fb9da5b4 | |
parent | fe73f01a3a0772f1d166ec93ef852ebe8627ff0f [diff] [blame] |
Updated base.functions.bash to reflect the new color names
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 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}" }