.profile: Add alias for instantmusic
This commit is contained in:
parent
913b4dc17d
commit
930d3dfdbc
@ -24,7 +24,7 @@ ShowWindowTitleOnTitleBar=true
|
||||
|
||||
[MainWindow]
|
||||
MenuBar=Disabled
|
||||
State=AAAA/wAAAAD9AAAAAAAAAnwAAAP8AAAABAAAAAQAAAAIAAAACPwAAAAA
|
||||
State=AAAA/wAAAAD9AAAAAAAAB4AAAAQCAAAABAAAAAQAAAAIAAAACPwAAAAA
|
||||
ToolBarsMovable=Disabled
|
||||
|
||||
[Notification Messages]
|
||||
|
5
.profile
5
.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'
|
||||
|
Loading…
Reference in New Issue
Block a user