From 582f57e89fec052982096fc86d58e0464ae6d5bb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 8 Jul 2009 22:25:51 -0500 Subject: look things up in /usr/local before /usr --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') 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 -- cgit v1.2.3-54-g00ecf