From 719d9bdd3ad81f5e0ae381bae8c4b2b8b9b4da8e Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 11 Jan 2026 17:04:16 +0100 Subject: mpd: Update der Konfiguration --- zsh/zprofile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'zsh/zprofile') diff --git a/zsh/zprofile b/zsh/zprofile index e066023..9ac0c42 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -40,6 +40,8 @@ export TMUXP_CONFIGDIR="$XDG_CONFIG_HOME/tmuxp" # https://github.com/vit-project/vit/blob/2.x/CUSTOMIZE.md export VIT_DIR="$XDG_CONFIG_HOME/vit" -# music player daemon -# https://mpd.readthedocs.io/en/latest/client.html#environment-variables -export MPD_HOST=localhost +# mpd starten +if [[ -x /usr/local/bin/musicpd ]] && ! pgrep "musicpd" > /dev/null; then + /usr/local/bin/musicpd +fi + -- cgit v1.3