From 43624f4d7bcd76eb11e752490caa3863546278f0 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 4 Jun 2019 10:09:14 -0400 Subject: [PATCH] mpd in profile --- .profile | 2 ++ 1 file changed, 2 insertions(+) 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"