532b637f1326

Add the tweets alias.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Sep 2009 11:11:47 -0400
parents 651e8ecd2b42
children f46fef94b593
branches/tags (none)
files .bashrc

Changes

--- 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'