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