eab2a209b53c
More bashrc changes.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 14 Dec 2009 17:57:10 -0500 |
parents | 7a9c73d7ba0f |
children | 2ae666b881b8 |
branches/tags | (none) |
files | .bashrc |
Changes
--- 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