diff --git a/neofetch b/neofetch index 9d8086d3..0eaa8ee5 100755 --- a/neofetch +++ b/neofetch @@ -216,7 +216,7 @@ get_distro() { "IRIX" | "HP-UX") distro="$os ${kernel_version}" - case "$distro_shortahand" in + case "$distro_shorthand" in "on" | "tiny") distro="${distro/ ${kernel_version}}" ;; esac ;;