diff .bashrc @ 431:72f33eb3aa23

add an attach.py script
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 08 Aug 2013 00:24:41 -0700
parents 868f0ea41e92
children f71f6ffa731a
line wrap: on
line diff
--- a/.bashrc	Wed Aug 07 22:11:53 2013 -0700
+++ b/.bashrc	Thu Aug 08 00:24:41 2013 -0700
@@ -41,9 +41,10 @@
 alias distribute='python setup.py egg_info -RDb "" sdist register upload'
 alias grep='grep --colour=auto'
 alias ls='ls --color=auto'
-alias maze='python <(curl https://raw.github.com/joewing/maze/master/maze.py)'
+alias maze='python <(curl https://raw.github.com/joewing/maze/master/maze.py 2> /dev/null)'
 alias patch='patch --reject-file=-'
 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'"
+alias straceff="attach.py firefox --kill"
 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'"
 alias wget='wget --no-check-certificate'
 alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell"