# HG changeset patch # User Steve Losh # Date 1252854707 14400 # Node ID 532b637f1326b6900bd8d860ad3d48393ec7ceb6 # Parent 651e8ecd2b42051c35d520ca047265c4598446f7 Add the tweets alias. diff -r 651e8ecd2b42 -r 532b637f1326 .bashrc --- a/.bashrc Fri Sep 11 20:28:32 2009 -0400 +++ b/.bashrc Sun Sep 13 11:11:47 2009 -0400 @@ -7,6 +7,7 @@ alias oo='open .' 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' bind 'set completion-ignore-case on' bind 'set show-all-if-ambiguous on'