mpd started on login

This commit is contained in:
Luke Smith 2019-06-04 10:04:31 -04:00
parent 50b5976f46
commit 32a6253ad8
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -31,6 +31,8 @@ export LESS_TERMCAP_se="$(printf '%b' '')"
export LESS_TERMCAP_us="$(printf '%b' '')" export LESS_TERMCAP_us="$(printf '%b' '')"
export LESS_TERMCAP_ue="$(printf '%b' '')" export LESS_TERMCAP_ue="$(printf '%b' '')"
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"