1 2 3 4 5
#!/bin/sh if command -v mpd >/dev/null 2>&1; then export MPD_HOST="/var/lib/mpd/mpd.socket" fi
Consider giving Nix/NixOS a try! <3