From 69968bbf8b116b34f879f978a5e964eb3d87326f Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 23 Oct 2019 23:35:14 -0500 Subject: [PATCH] .profile: Autoplay with song() --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 24d3d4b9..a0dd770c 100755 --- a/.profile +++ b/.profile @@ -213,7 +213,7 @@ if has ptgdp; then echo "song: Requires an argument" return 1 fi - echo "$*" | ptgdp + echo "$*" | ptgdp -p } fi if has sudo; then