# HG changeset patch # User Jeff Hammel # Date 1354417738 28800 # Node ID 6f3d12f17847b3604295651b21fe71f7786c39b1 # Parent 12299cbc45eed77e05d5ebdb745cc239affbd596 order aliases diff -r 12299cbc45ee -r 6f3d12f17847 .bashrc --- a/.bashrc Sat Dec 01 17:49:12 2012 -0800 +++ b/.bashrc Sat Dec 01 19:08:58 2012 -0800 @@ -24,15 +24,15 @@ export JS_EDITLINE=1 # aliases +alias awd="python -c 'import os; print os.path.realpath(\".\")'" alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | head -n 1 | cut -f 3 -d " "`' alias datestamp='date +%Y%m%d%H%M%S' +alias distribute='python setup.py egg_info -RDb "" sdist register upload' alias grep='grep --colour=auto' alias ls='ls --color=auto' -alias wget='wget --no-check-certificate' +alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'" alias svnst='svn st | grep -v "^\?"' -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 wget='wget --no-check-certificate' alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell" # bzconsole aliases for filing bugs