From 301da6694e63b16b93d39886103aaacc90cee445 Mon Sep 17 00:00:00 2001 From: Jerry <42114389+JerrySM64@users.noreply.github.com> Date: Sat, 27 May 2023 16:12:46 +0200 Subject: [PATCH] Updated pfetch - macOS Ventura will now be recognized as such --- pfetch | 1 + 1 file changed, 1 insertion(+) diff --git a/pfetch b/pfetch index d47b878..628469e 100755 --- a/pfetch +++ b/pfetch @@ -340,6 +340,7 @@ get_os() { (10.15*) distro='macOS Catalina' ;; (11*) distro='macOS Big Sur' ;; (12*) distro='macOS Monterey' ;; + (13*) distro='macOS Ventura' ;; (*) distro='macOS' ;; esac