diff --git a/rc_shared.sh b/rc_shared.sh index 4c131ef..28db791 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -1,7 +1,8 @@ # Notes: # - Please keep this file working for both BASH and ZSH. :) -echo "`date` - Shared RC Config - Loading..." +[[ $(whoami) != "root" ]] && + echo "`date` - Shared RC Config - Loading..." ## Variables ## @@ -60,4 +61,5 @@ function send-masters { ## Complete! ## -echo "`date` - Shared RC Config - Complete!" +[[ $(whoami) != "root" ]] && + echo "`date` - Shared RC Config - Complete!"