comparison .bashrc @ 339:99f8142078c7

wtf
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 19 Jun 2013 10:58:18 -0700
parents 5b67dd5ce0ba
children 576edf9dee2e
comparison
equal deleted inserted replaced
338:5438630e118c 339:99f8142078c7
29 export EDITOR='emacs -nw' 29 export EDITOR='emacs -nw'
30 export JS_EDITLINE=1 30 export JS_EDITLINE=1
31 export MOZCONFIG=~/mozilla/mozconfigs/mozconfig 31 export MOZCONFIG=~/mozilla/mozconfigs/mozconfig
32 export MOZSOURCE=~/mozilla/src/mozilla-central 32 export MOZSOURCE=~/mozilla/src/mozilla-central
33 export MOZOBJ=~/mozilla/src/obj-browser 33 export MOZOBJ=~/mozilla/src/obj-browser
34 export JS_EDITLINE=1
34 35
35 # aliases 36 # aliases
36 alias awd="python -c 'import os; print os.path.realpath(\".\")'" 37 alias awd="python -c 'import os; print os.path.realpath(\".\")'"
37 alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | head -n 1 | cut -f 3 -d " "`' 38 alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | head -n 1 | cut -f 3 -d " "`'
38 alias datestamp='date +%Y%m%d%H%M%S' 39 alias datestamp='date +%Y%m%d%H%M%S'