Mercurial > hg > config
changeset 510:44f9b67bb56f
mozconf
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 03 Sep 2013 19:56:13 -0700 |
parents | cb8484ae2643 |
children | d7afa7a0ea3e |
files | .bashrc |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Sun Sep 01 22:19:22 2013 -0700 +++ b/.bashrc Tue Sep 03 19:56:13 2013 -0700 @@ -29,10 +29,17 @@ export CLICOLOR=1 export EDITOR='emacs -nw' export JS_EDITLINE=1 +export JS_EDITLINE=1 + +# mozilla env vairables export MOZCONFIG=~/mozilla/mozconfigs/mozconfig export MOZSOURCE=~/mozilla/src/mozilla-central export MOZOBJ=~/mozilla/src/obj-browser -export JS_EDITLINE=1 +unsetmozenv() { +unset MOZCONFIG +unset MOZSOURCE +unset MOZOBJ +} # aliases alias awd="python -c 'import os; print os.path.realpath(\".\")'"