# HG changeset patch # User Jeff Hammel # Date 1375737653 25200 # Node ID dad9f18da03620d21bbf54f9a871f008d7f87786 # Parent 32b202653753496bacde12f070199d2eda69ac5f changes diff -r 32b202653753 -r dad9f18da036 .bashrc --- a/.bashrc Mon Aug 05 01:35:43 2013 -0700 +++ b/.bashrc Mon Aug 05 14:20:53 2013 -0700 @@ -41,6 +41,7 @@ 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 patch='patch --reject-file=-' alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'" alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" @@ -148,6 +149,7 @@ } colors + eend() { # edit the end of a file with emacs FILE=$1