# HG changeset patch # User Steve Losh # Date 1251461563 14400 # Node ID 952c6c49a91e6a93e66ded42eef62c275a8f3892 # Parent ad58e5fca9284060c75f16bc3561e36217ae22d8 Add see. diff -r ad58e5fca928 -r 952c6c49a91e .bashrc --- a/.bashrc Wed Aug 26 21:28:26 2009 -0400 +++ b/.bashrc Fri Aug 28 08:12:43 2009 -0400 @@ -27,6 +27,7 @@ export HISTFILESIZE=1000 export HISTCONTROL=erasedups export JPY="${HOME}/lib/j2/j.py" +export PYTHONSTARTUP="$HOME/.pythonrc.py" # Extra shell extensions like j and tab completion for Mercurial ------------- source ~/lib/j2/j.sh diff -r ad58e5fca928 -r 952c6c49a91e .pythonrc.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.pythonrc.py Fri Aug 28 08:12:43 2009 -0400 @@ -0,0 +1,1 @@ +from see import see