From 930d3dfdbce828117a65ffcbaafeb43933f84d8f Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Wed, 21 Nov 2018 23:24:34 -0600
Subject: [PATCH] .profile: Add alias for instantmusic

---
 .config/konsolerc | 2 +-
 .profile          | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.config/konsolerc b/.config/konsolerc
index 07f2f1cc..e7356750 100644
--- a/.config/konsolerc
+++ b/.config/konsolerc
@@ -24,7 +24,7 @@ ShowWindowTitleOnTitleBar=true
 
 [MainWindow]
 MenuBar=Disabled
-State=AAAA/wAAAAD9AAAAAAAAAnwAAAP8AAAABAAAAAQAAAAIAAAACPwAAAAA
+State=AAAA/wAAAAD9AAAAAAAAB4AAAAQCAAAABAAAAAQAAAAIAAAACPwAAAAA
 ToolBarsMovable=Disabled
 
 [Notification Messages]
diff --git a/.profile b/.profile
index c46d490f..5142ceaa 100755
--- a/.profile
+++ b/.profile
@@ -89,6 +89,11 @@ if `which emerge > /dev/null 2>&1` ; then
 	fi
 fi
 
+# If we have instantmusic, add aliases for that
+if which instantmusic > /dev/null 2>&1; then
+	alias song='instantmusic -s'
+fi
+
 # Alias for the dotfile setup
 if [ -d "$HOME/.dotfiles" ]; then
 	dotcmd='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'