Commit 3a2bcaeb authored by Dylan Araps's avatar Dylan Araps

Misc: Remove stray line

parent ec830128
......@@ -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 }"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment