mpd started on login
This commit is contained in:
parent
50b5976f46
commit
32a6253ad8
1 changed files with 2 additions and 0 deletions
2
.profile
2
.profile
|
@ -31,6 +31,8 @@ export LESS_TERMCAP_se="$(printf '%b' '[0m')"
|
||||||
export LESS_TERMCAP_us="$(printf '%b' '[1;32m')"
|
export LESS_TERMCAP_us="$(printf '%b' '[1;32m')"
|
||||||
export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
||||||
|
|
||||||
|
mpd >/dev/null 2>&1 &
|
||||||
|
|
||||||
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
|
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
|
||||||
|
|
||||||
echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
|
echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
|
||||||
|
|
Loading…
Reference in a new issue