diff .bashrc @ 418:dad9f18da036

changes
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 05 Aug 2013 14:20:53 -0700
parents daa85a7909d8
children 9ff867053191
line wrap: on
line diff
--- 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