From 6557e4f1c33d1d599927d4d309d9ff667d9a0bff Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 14 Dec 2016 22:15:42 +1100 Subject: [PATCH] General: Remove pointless comment --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index 55f97ce7..f378ef55 100755 --- a/neofetch +++ b/neofetch @@ -273,7 +273,6 @@ get_model() { } get_title() { - # Get the info. user="${USER:-$(whoami || printf "%s" "${HOME/*\/}")}" hostname="${HOSTNAME:-$(hostname)}" title="${title_color}${bold}${user}${at_color}@${title_color}${bold}${hostname}"