From f419c1c50eb26444009c7b2a1cad5f16ce62784d Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Wed, 4 Jan 2017 09:33:54 +0700 Subject: [PATCH] GPU: Added initial support for AIX --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 0e29cf87..4b316e96 100755 --- a/neofetch +++ b/neofetch @@ -1121,7 +1121,7 @@ get_gpu() { esac ;; - "BSD" | "Solaris" | "MINIX") + "BSD" | "Solaris" | "MINIX" | "AIX") case "$kernel_name" in "FreeBSD"* | "DragonFly"*) gpu="$(pciconf -lv | grep -B 4 -F "VGA" | grep -F "device")"