summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-09-24 19:49:35 -0500
committerJesse Luehrs <doy@tozt.net>2009-09-24 19:49:35 -0500
commit262abad75d6a9ba3f382fe2460bf89df68f66a02 (patch)
tree97ae1081418fe3cf7be2fc16e8db2eaad7edbce3
parent3527babd18b25d3b69d20c63f159789d9899ac56 (diff)
downloadconf-262abad75d6a9ba3f382fe2460bf89df68f66a02.tar.gz
conf-262abad75d6a9ba3f382fe2460bf89df68f66a02.zip
set PATH even with non-interactive shells
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index a271adc..c4e1420 100644
--- a/bashrc
+++ b/bashrc
@@ -5,6 +5,7 @@
# anything or bad things will happen !
# }}}
# environment {{{
+export PATH="~/.bin/marathon:~/.bin/nethack:~/.bin:/usr/local/sbin:/usr/local/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'
@@ -147,7 +148,6 @@ set -o vi
export HISTCONTROL=ignoredups
export HISTFILESIZE=1000000000
export HISTSIZE=1000000000
-export PATH="~/.bin/marathon:~/.bin/nethack:~/.bin:/usr/local/sbin:/usr/local/bin:$PATH"
if [[ -z "$PROMPT_COMMAND" ]]; then
export PROMPT_COMMAND='history -a'
else