diff options
Diffstat (limited to 'etc/hosts/nemesis')
-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 |