56b45b4b93a2
Meme me!
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 22 Sep 2009 23:38:17 -0400 |
parents | 2bcfcb024d24 |
children | 504e33d33953 |
branches/tags | (none) |
files | .bashrc |
Changes
--- 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'