Yi's configuration files / changeset
| author | Yi Qiang <yqiang@gmail.com> |
| Mon Nov 03 17:55:53 2008 -0800 (2 months ago) | |
| changeset 52 | 98ca63c5cf70 |
| parent 50 | e3811b4e7f4c |
| child 53 | 1d77ed11867d |
appended PYTHONPATH for django-svn.
--- a/bashrc Wed Oct 29 22:09:19 2008 -0700+++ b/bashrc Mon Nov 03 17:55:53 2008 -0800@@ -47,6 +47,7 @@ if [ -e $HOME/.serial_number ]; then # texport EDITOR="mate"export MANPATH=/opt/local/share/man:$MANPATHexport LSCOLORS="ExGxFxdxCxDxDxhbadExEx"+ export PYTHONPATH=$HOME/local/lib/python/site-packages:$PYTHONPATHelif [ ${HOST} = "helium.vibrantlogic.com" ]; thenalias ls="ls -G -F -h"alias ll="ls -G -F -l -h"@@ -54,7 +55,7 @@ elif [ ${HOST} = "helium.vibrantlogic.coalias du="du -h"alias dot="ls -l -h -d -F -G .[a-zA-Z0-9]*"export PATH=$HOME/bin:$PATH- export PYTHONPATH=$HOME/lib/python:$PYTHONPATH+ export PYTHONPATH=$HOME/local/lib/python/site-packages:$PYTHONPATHelif [ ${HOST} = "kiviuq.local" ]; thenexport PATH=$HOME/Software/MacBU/SD/tools/cli:$PATHelse
