diff --git a/neofetch b/neofetch index 95c95854..c126fb3a 100755 --- a/neofetch +++ b/neofetch @@ -839,6 +839,7 @@ getcpu () { "Mac OS X") cpu="$(sysctl -n machdep.cpu.brand_string)" + echo "$cpu" cpu=${cpu/ } cores=$(sysctl -n hw.ncpu) ;;