commit 774955ac6c684fd1208943485d1a543274db7033 parent 18942b4379fabb2ae804978b12f33cd11dea36e4 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 16 Aug 2019 09:42:18 +0200 Start user instance of mpd at login Diffstat:
M | .profile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.profile b/.profile @@ -64,3 +64,5 @@ if [ -x "$(command -v fzf)" ]; then fi [ -f /etc/pki/tls/certs/ca-bundle.crt ] && export CURL_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt + +mpd >/dev/null 2>&1 &