diff --git a/neofetch b/neofetch index cfbf56bc..38af190b 100755 --- a/neofetch +++ b/neofetch @@ -206,6 +206,10 @@ get_distro() { "AIX") distro="AIX $(oslevel)" ;; + + "IRIX") + distro="IRIX ${kernel_version}" + ;; esac [[ -z "$distro" ]] && distro="$os (Unknown)"