From f84152b637ae03775fd05f85cc8bc3eb77b7602b Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 21 Nov 2018 23:40:39 -0600 Subject: [PATCH] .profile: Fix typo --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index a1eb2b99..68a7e489 100755 --- a/.profile +++ b/.profile @@ -92,7 +92,7 @@ fi # If we have instantmusic, add aliases for that if which instantmusic > /dev/null 2>&1; then alias song='instantmusic -p -s' - alias songp='isntantmusic -s' + alias songp='instantmusic -s' fi # Alias for the dotfile setup