From 15879c8df80be26e049fb2e9e2c1f075cee46ced Mon Sep 17 00:00:00 2001 From: dylan araps Date: Fri, 15 Sep 2017 08:16:51 +1000 Subject: [PATCH] distro: Fix Gentoo detection error. --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 98a760d6..965ef86d 100755 --- a/neofetch +++ b/neofetch @@ -160,6 +160,7 @@ get_distro() { fi fi distro="$(trim_quotes "$distro")" + distro="${distro/'NAME='}" ;; "Mac OS X")