From 3a2bcaebb9a335a4d238b02834950f6c5e6cfe17 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 6 Nov 2016 20:07:01 +1100 Subject: [PATCH] Misc: Remove stray line --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index 24f330cc..b007ed84 100755 --- a/neofetch +++ b/neofetch @@ -1144,7 +1144,6 @@ getsong() { "cmus"*) IFS=$'\n' song=($(cmus-remote -Q | grep -F -e "tag artist" -e "tag title" -e "status" | sort)) - state="${song[0]/status }" artist="${song[1]/tag artist }" title="${song[2]/tag title }"