changeset 88:24f933c9d97f

add an xpcshell alias, silly ubuntu installed version is fuxored
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 27 Aug 2010 09:03:37 -0700
parents c4126b9a185f
children dfda4f7d4db4
files .bashrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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='> '