From 32a6253ad84045b461aae722db640f7f829bc7aa Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 4 Jun 2019 10:04:31 -0400 Subject: [PATCH] mpd started on login --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index 10e2407..07557c0 100644 --- a/.profile +++ b/.profile @@ -31,6 +31,8 @@ export LESS_TERMCAP_se="$(printf '%b' '')" export LESS_TERMCAP_us="$(printf '%b' '')" export LESS_TERMCAP_ue="$(printf '%b' '')" +mpd >/dev/null 2>&1 & + [ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1 echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc"