# HG changeset patch # User Steve Losh # Date 1260831430 18000 # Node ID eab2a209b53cd1adcda164956f03eae67423f347 # Parent 7a9c73d7ba0f262d5a7928432bf3cdb3ac9e92d3 More bashrc changes. diff -r 7a9c73d7ba0f -r eab2a209b53c .bashrc --- a/.bashrc Mon Dec 14 17:56:46 2009 -0500 +++ b/.bashrc Mon Dec 14 17:57:10 2009 -0500 @@ -19,7 +19,7 @@ # Environment variables ------------------------------------------------------ export EDITOR='vim' -export PATH="/usr/local/bin:~/lib/fmscripts:${PATH}" +export PATH="/usr/local/bin:~/lib/fmscripts:~/bin:${PATH}" export WORKON_HOME="${HOME}/lib/virtualenvs" export GREP_OPTIONS='--color=auto' export HISTSIZE=1000