diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-11 17:04:16 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-11 17:04:16 +0100 |
| commit | 719d9bdd3ad81f5e0ae381bae8c4b2b8b9b4da8e (patch) | |
| tree | cf56511a657ea7e5f5af65f9f1587504f06e9a73 /zsh/zprofile | |
| parent | e15e3accdc945346e7a871c8c93fa3a47aa59a28 (diff) | |
| download | dotfiles-719d9bdd3ad81f5e0ae381bae8c4b2b8b9b4da8e.tar.gz dotfiles-719d9bdd3ad81f5e0ae381bae8c4b2b8b9b4da8e.tar.bz2 dotfiles-719d9bdd3ad81f5e0ae381bae8c4b2b8b9b4da8e.zip | |
mpd: Update der Konfiguration
Diffstat (limited to 'zsh/zprofile')
| -rw-r--r-- | zsh/zprofile | 8 |
1 files changed, 5 insertions, 3 deletions
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" | |||
| 40 | # https://github.com/vit-project/vit/blob/2.x/CUSTOMIZE.md | 40 | # https://github.com/vit-project/vit/blob/2.x/CUSTOMIZE.md |
| 41 | export VIT_DIR="$XDG_CONFIG_HOME/vit" | 41 | export VIT_DIR="$XDG_CONFIG_HOME/vit" |
| 42 | 42 | ||
| 43 | # music player daemon | 43 | # mpd starten |
| 44 | # https://mpd.readthedocs.io/en/latest/client.html#environment-variables | 44 | if [[ -x /usr/local/bin/musicpd ]] && ! pgrep "musicpd" > /dev/null; then |
| 45 | export MPD_HOST=localhost | 45 | /usr/local/bin/musicpd |
| 46 | fi | ||
| 47 | |||
