comparison .bashrc @ 171:0110a435d2ce

use a directory for mozconfigs
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 13 Oct 2011 12:13:31 -0700
parents ab2fc6222f94
children bf4eb11045cc
comparison
equal deleted inserted replaced
170:3e52d6bcac99 171:0110a435d2ce
16 fi 16 fi
17 17
18 # variables 18 # variables
19 export CLICOLOR=1 19 export CLICOLOR=1
20 export EDITOR='emacs -nw' 20 export EDITOR='emacs -nw'
21 export MOZCONFIG=~/mozilla/mozconfig 21 export MOZCONFIG=~/mozilla/mozconfigs/mozconfig
22 export MOZSOURCE=~/mozilla/src/mozilla-central 22 export MOZSOURCE=~/mozilla/src/mozilla-central
23 export MOZOBJ=~/mozilla/src/obj-browser 23 export MOZOBJ=~/mozilla/src/obj-browser
24 export JS_EDITLINE=1 24 export JS_EDITLINE=1
25 25
26 # aliases 26 # aliases