zsh/aliases/mpd
Alexander Gehrke (crater2150) 05f6bf7007 Various small additions
2016-07-22 16:01:35 +02:00

9 lines
96 B
Bash
Executable file

#!/bin/zsh
mpc() {
eval $(mpd-host get)
export MPD_HOST
export MPD_PORT
command mpc "$@"
}