From 095fd04094a0bd0dd1f7e501cbe4085a631ffbf7 Mon Sep 17 00:00:00 2001 From: Fritz Geib <30505127+Fr1tzBot@users.noreply.github.com> Date: Mon, 5 Jul 2021 01:00:13 -0400 Subject: [PATCH] fix macos big sur and monterey not showing codenames (#1815) --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index fb64a865..f45cf061 100755 --- a/neofetch +++ b/neofetch @@ -1150,8 +1150,8 @@ get_distro() { 10.14*) codename="macOS Mojave" ;; 10.15*) codename="macOS Catalina" ;; 10.16*) codename="macOS Big Sur" ;; - 11.0*) codename="macOS Big Sur" ;; - 12.0*) codename="macOS Monterey" ;; + 11.*) codename="macOS Big Sur" ;; + 12.*) codename="macOS Monterey" ;; *) codename=macOS ;; esac