From 806a54224c275a6cf152ce3dbfea90bb2a545b8e Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 26 Mar 2016 10:29:21 +1100 Subject: [PATCH] Don't show GPU output on unsupported OS --- neofetch | 4 ---- 1 file changed, 4 deletions(-) diff --git a/neofetch b/neofetch index 83877b97..4b599773 100755 --- a/neofetch +++ b/neofetch @@ -1064,10 +1064,6 @@ getgpu () { gpu=${gpu//[[:space:]]/ } gpu=${gpu// } ;; - - *) - gpu="Unknown" - ;; esac ;;