From 54bf42f1b61b38e643aee67700f7ee71c7a70d1c Mon Sep 17 00:00:00 2001 From: dylan araps Date: Thu, 27 Apr 2017 13:51:57 +1000 Subject: [PATCH] Distro: Add support for IRIX --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) 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)"