summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-04-26 08:08:04 -0500
committerJesse Luehrs <doy@tozt.net>2010-04-26 08:08:04 -0500
commit333157409234fb2140c2283ba6d22d63630876fb (patch)
tree0ff247ea399f9b70564cf4a7c668c359c9f4e31b /bashrc
parente76e435b1e6706287942e7b38bdc27db5746a034 (diff)
downloadconf-333157409234fb2140c2283ba6d22d63630876fb.tar.gz
conf-333157409234fb2140c2283ba6d22d63630876fb.zip
add ccache to PATH
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 7e3afeb..fb34ba5 100644
--- a/bashrc
+++ b/bashrc
@@ -5,7 +5,7 @@
# anything or bad things will happen !
# }}}
# environment {{{
-export PATH="${HOME}/.bin/marathon:${HOME}/.bin/nethack:${HOME}/.bin:/usr/local/sbin:/usr/local/bin:$PATH"
+export PATH="${HOME}/.bin/marathon:${HOME}/.bin/nethack:${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'