summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-08 22:25:51 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-08 22:25:51 -0500
commit582f57e89fec052982096fc86d58e0464ae6d5bb (patch)
tree09953354e66288182df78a8a4040044ac5ec4bdc /bashrc
parentb32ca86fdb0158f615f2e1e142721253ecf33911 (diff)
downloadconf-582f57e89fec052982096fc86d58e0464ae6d5bb.tar.gz
conf-582f57e89fec052982096fc86d58e0464ae6d5bb.zip
look things up in /usr/local before /usr
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 2d666dd..1e13857 100644
--- a/bashrc
+++ b/bashrc
@@ -160,7 +160,7 @@ set -o vi
export HISTCONTROL=ignoredups
export HISTFILESIZE=1000000000
export HISTSIZE=1000000000
-export PATH="~/.bin/marathon:~/.bin/nethack:~/.bin:${PATH}:/usr/local/sbin:/usr/local/bin"
+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