diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-28 10:06:05 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-28 10:06:05 +0100 |
commit | 7c183bd88672fa97083b5acb3ca3f8e0ed808822 (patch) | |
tree | 419a519779d7a637edad72320976bae206402633 | |
parent | c8102eaa9e67a5a46f36d3ed3522cfa1c935f3c0 (diff) |
nemesis: Possibly use local mpd
-rw-r--r-- | etc/hosts/nemesis | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/hosts/nemesis b/etc/hosts/nemesis new file mode 100644 index 0000000..d0d7652 --- /dev/null +++ b/etc/hosts/nemesis @@ -0,0 +1,4 @@ +## vim:ft=zsh +if pgrep mpd &> /dev/null; then + export MPD_HOST=localhost +fi |