From bd224ff13093190b455192965abdabbd883942f2 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 21 Nov 2018 23:32:37 -0600 Subject: [PATCH] .profile: Modify instantmusic aliases --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index 0b2812cf..325b199e 100755 --- a/.profile +++ b/.profile @@ -91,7 +91,8 @@ fi # If we have instantmusic, add aliases for that if which instantmusic > /dev/null 2>&1; then - alias song='instantmusic -s' + alias song='instantmusic -p -s' + alias songp='isntantmusic -s' fi # Alias for the dotfile setup