comparison .bashrc @ 535:2c1543b5c78f

.bashrc .bashttw
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 26 Sep 2013 10:31:33 -0700
parents 6ee5d5cca949
children 9bb762fc3a94
comparison
equal deleted inserted replaced
534:6ee5d5cca949 535:2c1543b5c78f
46 alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | tail -n 1 | cut -f 3 -d " "`' 46 alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | tail -n 1 | cut -f 3 -d " "`'
47 alias datestamp='date +%Y%m%d%H%M%S' 47 alias datestamp='date +%Y%m%d%H%M%S'
48 alias distribute='python setup.py egg_info -RDb "" sdist register upload' 48 alias distribute='python setup.py egg_info -RDb "" sdist register upload'
49 alias grep='grep --colour=auto' 49 alias grep='grep --colour=auto'
50 alias ls='ls --color=auto' 50 alias ls='ls --color=auto'
51 alias maze='python <(curl https://raw.github.com/joewing/maze/master/maze.py 2> /dev/null)'
52 alias patch='patch --reject-file=-' 51 alias patch='patch --reject-file=-'
53 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'" 52 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'"
54 alias straceff="attach.py firefox --kill" 53 alias straceff="attach.py firefox --kill"
55 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" 54 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'"
56 alias wget='wget --no-check-certificate' 55 alias wget='wget --no-check-certificate'
57 alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell" 56 alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell"
57 if [ -e ~/.bashttw ]
58 then
59 . ~/.bashttw
60 fi
58 61
59 # bzconsole aliases for filing bugs 62 # bzconsole aliases for filing bugs
60 alias mozbase-bug="bz new Mozbase --cc ':wlach'" 63 alias mozbase-bug="bz new Mozbase --cc ':wlach'"
61 alias mozbuild-bug="bz new --product Core 'Build Config' --cc ':gps'" 64 alias mozbuild-bug="bz new --product Core 'Build Config' --cc ':gps'"
62 alias mozharness-bug="bz new 'Release Engineering: Automation (General)' --cc ':aki' --whiteboard 'mozharness'" 65 alias mozharness-bug="bz new 'Release Engineering: Automation (General)' --cc ':aki' --whiteboard 'mozharness'"