.profile: Autoplay with song()

This commit is contained in:
Salt 2019-10-23 23:35:14 -05:00
parent ec7ae76a14
commit 69968bbf8b

View File

@ -213,7 +213,7 @@ if has ptgdp; then
echo "song: Requires an argument" echo "song: Requires an argument"
return 1 return 1
fi fi
echo "$*" | ptgdp echo "$*" | ptgdp -p
} }
fi fi
if has sudo; then if has sudo; then