Distro: Show release info by default.

master
Dylan Araps 8 years ago
parent 1bd9f1759c
commit c354ddcd76
  1. 4
      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

Loading…
Cancel
Save