From 27e774892af851897916921434c7366f3f3f6cab Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 21 Jun 2021 14:16:02 +0000 Subject: [PATCH] remove check for mpd binary as it might be in a different location on a different system --- completions/mpc.ksh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/completions/mpc.ksh b/completions/mpc.ksh index 0aeb180..9c44e1f 100755 --- a/completions/mpc.ksh +++ b/completions/mpc.ksh @@ -20,7 +20,4 @@ set -A complete_mpc_1 -- \ version volume \ waitmessage -pgrep -fq '/usr/local/sbin/mpd' -if [ $? = 0 ]; then - set -A complete_mpc_2 -- $(mpc lsplaylists | sort) -fi +set -A complete_mpc_2 -- $(mpc lsplaylists | sort)