diff --git a/neofetch b/neofetch index c7d1dc6d..dd3faa66 100755 --- a/neofetch +++ b/neofetch @@ -1533,7 +1533,7 @@ get_model() { ;; "Mac OS X"|"macOS"|"ravynOS") - if [[ $(kextstat | grep -F -e "FakeSMC" -e "VirtualSMC" -e "Lilu") != "" ]]; then + if [ "$(arch)" != "arm64" ] && [[ $(kextstat | grep -F -e "FakeSMC" -e "VirtualSMC" -e "Lilu") != "" ]]; then model="Hackintosh (SMBIOS: $(sysctl -n hw.model))" else if [[ $osx_version == 10.[4-5]* ]]; then @@ -4461,12 +4461,7 @@ END # See: https://groups.google.com/forum/#!topic/iterm2-discuss/0tO3xZ4Zlwg local current_profile_name profiles_count profile_name diff_font - current_profile_name="$(osascript <