My .bash_profile

Ovid on 2006-10-19T13:53:54

You know, there are days where I feel really slow. I finally got around to updating my .bash_profile to the following:

if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
cd work/dev_main
/usr/bin/cvs up
/usr/local/bin/prove -l t

Now, whenever I ssh into our dev server, I automatically get a fresh copy of our code and run the tests against it. I feel silly for not thinking of this before. It would have saved me a lot of pain.