diff --git a/home/dot_local/scripts/motd.bash b/home/dot_local/scripts/motd.bash index db7ce048..097d5f47 100644 --- a/home/dot_local/scripts/motd.bash +++ b/home/dot_local/scripts/motd.bash @@ -280,75 +280,81 @@ print_banner() { } print_processor() { - printf "\\n" - printf " \\033[1;37mProcessor:\\033[0m\\n" + if [ ! -d /Applications ] && [ ! -d /System ]; then + # System is not macOS + printf "\\n" + printf " \\033[1;37mProcessor:\\033[0m\\n" - processor_loadavg="$(cut -d " " -f 1,2,3