diff --git a/neofetch b/neofetch index 5d6eacd2..879031c2 100755 --- a/neofetch +++ b/neofetch @@ -82,6 +82,8 @@ getmodel() { "ipod7,1") model="iPod touch 6G" ;; esac ;; + + "Mac OS X") model="$(sysctl -n hw.model)" ;; esac }