Various small additions
This commit is contained in:
parent
fe3c0fb5d5
commit
05f6bf7007
11 changed files with 208 additions and 5 deletions
8
aliases/mpd
Executable file
8
aliases/mpd
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/zsh
|
||||
|
||||
mpc() {
|
||||
eval $(mpd-host get)
|
||||
export MPD_HOST
|
||||
export MPD_PORT
|
||||
command mpc "$@"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue