diff --git a/pfetch b/pfetch index 8093daf..8977bc1 100755 --- a/pfetch +++ b/pfetch @@ -331,6 +331,7 @@ get_os() { (10.13*) distro='macOS High Sierra' ;; (10.14*) distro='macOS Mojave' ;; (10.15*) distro='macOS Catalina' ;; + (11*) distro='macOS Big Sur' ;; (*) distro='macOS' ;; esac