From ab839cb9b01ca466212fc04b5285251bc2033575 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 11 Jun 2021 06:14:10 +0000 Subject: [PATCH] os: Fix Chrome OS issue. Closes #1653 --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index b2938644..e676aa1a 100755 --- a/neofetch +++ b/neofetch @@ -1115,6 +1115,7 @@ get_distro() { tiny) distro="Chrome OS" ;; *) distro+=" on Chrome OS" ;; esac + distro=${distro## on } fi distro=$(trim_quotes "$distro")