# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1251323037 14400
# Node ID b9a808e4dca57c31b7a172e70d0e782250ea9582
# Parent  1375af4c6dd7aa1e389376e42d2c260a56fe067b
Add the normal task-dir option.

diff -r 1375af4c6dd7 -r b9a808e4dca5 .bashrc
--- a/.bashrc	Wed Aug 26 17:26:15 2009 -0400
+++ b/.bashrc	Wed Aug 26 17:43:57 2009 -0400
@@ -7,7 +7,7 @@
 alias oo='open .'
 alias flakes="find . -name '*.py' -print0 | xargs -0 pyflakes"
 alias fab='fab -i ~/.ssh/stevelosh'
-alias t='~/src/t/t.py'
+alias t='~/src/t/t.py --task-dir="~/tasks"'
 
 bind 'set completion-ignore-case on'
 bind 'set show-all-if-ambiguous on'