From bf9c775f496e3471643f0dec5ffd49247a0d69c1 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 18 Sep 2019 02:25:48 -0500 Subject: [PATCH] Add ptgdp alias Not like I'm ever gonna use it lol --- .profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index 1828b0a7..b6dce9c4 100755 --- a/.profile +++ b/.profile @@ -202,7 +202,9 @@ if has git; then # Show untracked files alias gu='git ls-files . --exclude-standard --others' fi -if has instantmusic; then +if has ptgdp; then + alias song='ptgdp -pq' +elif has instantmusic; then alias song='instantmusic -p -s' alias songp='instantmusic -s' fi