zsh/aliases/mpd

9 lines
96 B
Plaintext
Raw Normal View History

2016-07-22 14:01:35 +00:00
#!/bin/zsh
mpc() {
eval $(mpd-host get)
export MPD_HOST
export MPD_PORT
command mpc "$@"
}