summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-11-13 03:04:56 -0500
committerdoy <doy@tozt.net>2008-11-13 03:04:56 -0500
commit5134a9a80d998b831f0200c294f7186831ff67d5 (patch)
tree30c213506a39491978a3c10e0c69abc4a26e0e00 /bashrc
parent2beb13614fd49f5262b58132addaeb7151196a9c (diff)
downloadconf-5134a9a80d998b831f0200c294f7186831ff67d5.tar.gz
conf-5134a9a80d998b831f0200c294f7186831ff67d5.zip
make sure /usr/local is in $PATH
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index cbb86f6..d610dbb 100644
--- a/bashrc
+++ b/bashrc
@@ -106,7 +106,7 @@ shopt -s checkwinsize
shopt -s histappend
set -o vi
export HISTCONTROL=ignoredups
-export PATH="~/.bin/marathon:~/.bin/nethack:~/.bin:${PATH}"
+export PATH="~/.bin/marathon:~/.bin/nethack:~/.bin:${PATH}:/usr/local/sbin:/usr/local/bin"
export PS1='$(_tmp=$(printf %03d $?); echo "${_tmp/*[1-9]*/\[\033[1;31;40m\]$_tmp\[\033[m\]}" "\[\033[01;33m\][\t] \[\033[01;32m\]\u@\h\[\033[01;34m\] \W $\[\033[00m\] ")'
if [[ -z "$PROMPT_COMMAND" ]]; then
export PROMPT_COMMAND='history -a'