From e96d0e4cf60dad59dcc3f17b46385d5c58a37a32 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Mon, 8 May 2017 17:49:47 +0700 Subject: [PATCH] Kernel [IRIX]: Disable function --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 217d947a..a4f74770 100755 --- a/neofetch +++ b/neofetch @@ -322,8 +322,8 @@ get_title() { } get_kernel() { - # Since AIX is an integrated system, it's better to skip this function altogether - [[ "$os" == "AIX" ]] && return + # Since these OSes are integrated systems, it's better to skip this function altogether + [[ "$os" =~ (AIX|IRIX) ]] && return case "$kernel_shorthand" in "on") kernel="$kernel_version" ;;