# HG changeset patch # User Jeff Hammel # Date 1380216693 25200 # Node ID 2c1543b5c78f371d140be8e690feaf82ae5f1471 # Parent 6ee5d5cca9498e9a3470b99e58f2b253d790e564 .bashrc .bashttw diff -r 6ee5d5cca949 -r 2c1543b5c78f .bashrc --- a/.bashrc Thu Sep 26 02:19:42 2013 -0700 +++ b/.bashrc Thu Sep 26 10:31:33 2013 -0700 @@ -48,13 +48,16 @@ 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 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" +if [ -e ~/.bashttw ] +then + . ~/.bashttw +fi # bzconsole aliases for filing bugs alias mozbase-bug="bz new Mozbase --cc ':wlach'" diff -r 6ee5d5cca949 -r 2c1543b5c78f .bashttw --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.bashttw Thu Sep 26 10:31:33 2013 -0700 @@ -0,0 +1,4 @@ +# bash TTW + +alias maze='python <(curl https://raw.github.com/joewing/maze/master/maze.py 2> /dev/null)' +alias wikify='pyton <(curl https://bitbucket.org/techtonik/wikify/raw/tip/wikify.py 2> /dev/null)