summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-06-04 10:04:31 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-06-04 10:04:31 -0400
commit32a6253ad84045b461aae722db640f7f829bc7aa (patch)
treeb59fd3ad547540959ab9ae5ca52b4a34b019acec
parent50b5976f4675ce49c55d9984ad1428855e17f0bb (diff)
downloadeibhear-32a6253ad84045b461aae722db640f7f829bc7aa.tar.gz
eibhear-32a6253ad84045b461aae722db640f7f829bc7aa.tar.zst
eibhear-32a6253ad84045b461aae722db640f7f829bc7aa.zip
mpd started on login
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
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"