From 87de174aef3e92049e771ddd11c69d55e51143df Mon Sep 17 00:00:00 2001 From: Alva Date: Tue, 27 Aug 2019 15:25:28 +0200 Subject: [PATCH] Rename GuixSD to Guix System --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index e9bc5743..f9a1a58a 100755 --- a/neofetch +++ b/neofetch @@ -925,8 +925,8 @@ get_distro() { elif type -p guix >/dev/null; then case "$distro_shorthand" in - "on" | "tiny") distro="GuixSD" ;; - *) distro="GuixSD $(guix system -V | awk 'NR==1{printf $5}')" + "on" | "tiny") distro="Guix System" ;; + *) distro="Guix System $(guix system -V | awk 'NR==1{printf $5}')" esac else