Mercurial > hg > config
diff .bashrc @ 535:2c1543b5c78f
.bashrc .bashttw
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 26 Sep 2013 10:31:33 -0700 |
parents | 6ee5d5cca949 |
children | 9bb762fc3a94 |
line wrap: on
line diff
--- 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'"