b9a808e4dca5

Add the normal task-dir option.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 26 Aug 2009 17:43:57 -0400
parents 1375af4c6dd7
children 4ec9db5877e3
branches/tags (none)
files .bashrc

Changes

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