summaryrefslogtreecommitdiffstats
path: root/env
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-04-19 13:26:44 -0500
committerJesse Luehrs <doy@tozt.net>2012-04-19 13:28:53 -0500
commita14406e0ea9e4debe2dfc8236bad6339d7ed6e1c (patch)
treec3467efacd2c0f0a6629efc5d18623134a30c5c9 /env
parentc72254252f5784eb5467d3852a41c7cba7e39ddd (diff)
downloadconf-a14406e0ea9e4debe2dfc8236bad6339d7ed6e1c.tar.gz
conf-a14406e0ea9e4debe2dfc8236bad6339d7ed6e1c.zip
hack (from dylan) to build xmonad less stupidly
Diffstat (limited to 'env')
-rw-r--r--env2
1 files changed, 1 insertions, 1 deletions
diff --git a/env b/env
index f1325a8..9868b39 100644
--- a/env
+++ b/env
@@ -1,4 +1,4 @@
-export PATH="${HOME}/.bin/marathon:${HOME}/.bin/nethack:${HOME}/.bin:/usr/local/sbin:/usr/local/bin:/usr/lib/ccache/bin:$PATH"
+export PATH="${HOME}/.bin/marathon:${HOME}/.bin/nethack:${HOME}/.bin/ghc:${HOME}/.bin:/usr/local/sbin:/usr/local/bin:/usr/lib/ccache/bin:$PATH"
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'