diff --git a/.profile b/.profile index dde6b157..434b1714 100644 --- a/.profile +++ b/.profile @@ -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"