# HG changeset patch # User Steve Losh # Date 1253677097 14400 # Node ID 56b45b4b93a29001d41e9c4e58bcdcfa55710c13 # Parent 2bcfcb024d247dcbb2cd17237704b7e27388de12 Meme me! diff -r 2bcfcb024d24 -r 56b45b4b93a2 .bashrc --- a/.bashrc Tue Sep 22 23:38:01 2009 -0400 +++ b/.bashrc Tue Sep 22 23:38:17 2009 -0400 @@ -8,6 +8,7 @@ alias flakes="find . -name '*.py' -print0 | xargs -0 pyflakes" alias fab='fab -i ~/.ssh/stevelosh' alias tweets-stevelosh='~/src/grabtweets/grabtweets.py -p ~/Documents/tweets/stevelosh' +alias mememe="curl -q --silent meme.boxofjunk.ws/moar.txt?lines=1" bind 'set completion-ignore-case on' bind 'set show-all-if-ambiguous on'