mpd in profile

This commit is contained in:
Luke Smith 2019-06-04 10:09:14 -04:00
parent 48a7022e8c
commit 43624f4d7b
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -24,6 +24,8 @@ export LESS_TERMCAP_se="$(printf '%b' '')"; a="${a%_}"
export LESS_TERMCAP_us="$(printf '%b' '')"; a="${a%_}"
export LESS_TERMCAP_ue="$(printf '%b' '')"; a="${a%_}"
mpd >/dev/null 2>&1 &
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc"