From c354ddcd761e2da6efe54598b4c31f062b802aa0 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 22 Apr 2018 11:09:05 +1000 Subject: [PATCH] Distro: Show release info by default. --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index a6408038..89fd5708 100755 --- a/neofetch +++ b/neofetch @@ -76,9 +76,9 @@ get_distro() { case "$distro_shorthand" in "on") lsb_flags="-sir" ;; "tiny") lsb_flags="-si" ;; - *) lsb_flags="-sd" ;; + *) lsb_flags="-sdr" ;; esac - distro="$(lsb_release $lsb_flags)" + distro="$(lsb_release "$lsb_flags")" elif [[ -f "/etc/GoboLinuxVersion" ]]; then case "$distro_shorthand" in