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