diff --git a/neofetch b/neofetch index 48b96d215..08ca3715c 100755 --- a/neofetch +++ b/neofetch @@ -1257,7 +1257,7 @@ get_model() { ;; "Mac OS X"|"macOS") - if [[ $(kextstat | grep -F -e "FakeSMC" -e "VirtualSMC") != "" ]]; then + if [ "$(arch)" != "arm64" ] && [[ $(kextstat | grep -F -e "FakeSMC" -e "VirtualSMC") != "" ]]; then model="Hackintosh (SMBIOS: $(sysctl -n hw.model))" else model=$(sysctl -n hw.model) @@ -3384,12 +3384,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 <