# HG changeset patch # User Jeff Hammel # Date 1282925017 25200 # Node ID 24f933c9d97f433dc761a8ac96fed5925c885b22 # Parent c4126b9a185fbbba2bf8bfb86163e78099af9442 add an xpcshell alias, silly ubuntu installed version is fuxored diff -r c4126b9a185f -r 24f933c9d97f .bashrc --- a/.bashrc Thu Aug 26 15:57:24 2010 -0700 +++ b/.bashrc Fri Aug 27 09:03:37 2010 -0700 @@ -19,6 +19,8 @@ export CLICOLOR=1 export EDITOR='emacs -nw' export MOZCONFIG=~/mozilla/mozconfig +export MOZSOURCE=~/mozilla/src/mozilla-central +export MOZOBJ=~/mozilla/src/obj-browser export JS_EDITLINE=1 # aliases @@ -31,6 +33,7 @@ alias awd="python -c 'import os; print os.path.realpath(\".\")'" alias distribute='python setup.py egg_info -RDb "" sdist register upload' alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'" +alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell" # PROMPT PS1='> '