.profile: Add alias for instantmusic
This commit is contained in:
parent
913b4dc17d
commit
930d3dfdbc
@ -24,7 +24,7 @@ ShowWindowTitleOnTitleBar=true
|
|||||||
|
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
MenuBar=Disabled
|
MenuBar=Disabled
|
||||||
State=AAAA/wAAAAD9AAAAAAAAAnwAAAP8AAAABAAAAAQAAAAIAAAACPwAAAAA
|
State=AAAA/wAAAAD9AAAAAAAAB4AAAAQCAAAABAAAAAQAAAAIAAAACPwAAAAA
|
||||||
ToolBarsMovable=Disabled
|
ToolBarsMovable=Disabled
|
||||||
|
|
||||||
[Notification Messages]
|
[Notification Messages]
|
||||||
|
5
.profile
5
.profile
@ -89,6 +89,11 @@ if `which emerge > /dev/null 2>&1` ; then
|
|||||||
fi
|
fi
|
||||||
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
|
# Alias for the dotfile setup
|
||||||
if [ -d "$HOME/.dotfiles" ]; then
|
if [ -d "$HOME/.dotfiles" ]; then
|
||||||
dotcmd='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
dotcmd='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
Reference in New Issue
Block a user