.profile: Add alias for instantmusic

This commit is contained in:
Salt 2018-11-21 23:24:34 -06:00
parent 913b4dc17d
commit 930d3dfdbc
2 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ShowWindowTitleOnTitleBar=true
[MainWindow]
MenuBar=Disabled
State=AAAA/wAAAAD9AAAAAAAAAnwAAAP8AAAABAAAAAQAAAAIAAAACPwAAAAA
State=AAAA/wAAAAD9AAAAAAAAB4AAAAQCAAAABAAAAAQAAAAIAAAACPwAAAAA
ToolBarsMovable=Disabled
[Notification Messages]

View File

@ -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'