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")