comparison .bashrc @ 543:f9614844e872

.bashrc
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 29 Sep 2013 08:51:51 -0700
parents 8c9cd7472d28
children b7b4767d12de
comparison
equal deleted inserted replaced
542:e07b99607d27 543:f9614844e872
37 export MOZOBJ=~/mozilla/src/obj-browser 37 export MOZOBJ=~/mozilla/src/obj-browser
38 unsetmozenv() { 38 unsetmozenv() {
39 unset MOZCONFIG 39 unset MOZCONFIG
40 unset MOZSOURCE 40 unset MOZSOURCE
41 unset MOZOBJ 41 unset MOZOBJ
42 env | sort
42 } 43 }
43 44
44 # aliases 45 # aliases
45 alias awd="python -c 'import os; print os.path.realpath(\".\")'" 46 alias awd="python -c 'import os; print os.path.realpath(\".\")'"
46 alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | tail -n 1 | cut -f 3 -d " "`' 47 alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | tail -n 1 | cut -f 3 -d " "`'