bde73fa7d20a
Add the b alias.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 28 Aug 2009 21:15:57 -0400 |
parents | 952c6c49a91e |
children | f75026d0b371 cfaaa32fe14e |
branches/tags | (none) |
files | .bashrc |
Changes
--- a/.bashrc Fri Aug 28 08:12:43 2009 -0400 +++ b/.bashrc Fri Aug 28 21:15:57 2009 -0400 @@ -10,6 +10,7 @@ alias t='~/src/t/t.py --task-dir="~/tasks"' alias m='~/src/t/t.py --task-dir="~/tasks" --list=groceries' alias g='~/src/t/t.py --task-dir="~/tasks" --list=music' +alias b='~/src/t/t.py --list=bugs' bind 'set completion-ignore-case on' bind 'set show-all-if-ambiguous on'