Added mpd
This commit is contained in:
parent
12b550638a
commit
af4938c6c3
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
# install -d -m 0755 -o mpd -g mpd /run/mpd
|
||||
exec mpd --no-daemon ${OPTS:-}
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec mpdas
|
|
@ -59,3 +59,7 @@ export SVDIR="/home/hendrik/sv"
|
|||
export HOME="/home/hendrik"
|
||||
export EDITOR="vim"
|
||||
|
||||
|
||||
# BEGIN_KITTY_SHELL_INTEGRATION
|
||||
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
|
||||
# END_KITTY_SHELL_INTEGRATION
|
||||
|
|
Loading…
Reference in New Issue