summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-07 02:42:47 -0500
committerdoy <doy@tozt.net>2009-01-07 02:42:47 -0500
commitbe0d08a33fe086669b00dbf970c71f4c07968607 (patch)
tree48587abd9033e2045deb44b860bdc01b701c62d1 /bashrc
parentd242a23aa8bc8b90e00ce846ec638e849b8b5843 (diff)
downloadconf-be0d08a33fe086669b00dbf970c71f4c07968607.tar.gz
conf-be0d08a33fe086669b00dbf970c71f4c07968607.zip
yaaay mpd working again
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index de78daa..a8c8b33 100644
--- a/bashrc
+++ b/bashrc
@@ -121,7 +121,7 @@ else
fi
# }}}
# environment {{{
-export MPD_HOST=demogorgon
+export MPD_HOST=bishamon
export LUA_CPATH='/usr/local/lib/lua/5.1/?.so;/usr/local/lib/lua/5.1/?/init.so;./?.so'
export LUA_PATH='/usr/local/share/lua/5.1/?.lua;/usr/local/share/lua/5.1/?/init.lua;?.lua'
export MANPAGER='/home/doy/.bin/vimmanpager'