diff --git a/neofetch b/neofetch index 0590c248..b263fc20 100755 --- a/neofetch +++ b/neofetch @@ -839,13 +839,8 @@ getcpu () { ;; "Mac OS X") - if [ -f "/Library/Caches/neofetch/cpu" ]; then - source "/Library/Caches/neofetch/cpu" - else - cpu="$(sysctl -n machdep.cpu.brand_string)" - cores=$(sysctl -n hw.ncpu) - cache "cpu" "$cpu" "/Library/Caches/" - fi + cpu="$(sysctl -n machdep.cpu.brand_string)" + cores=$(sysctl -n hw.ncpu) ;; *"BSD" | "Windows")