# HG changeset patch # User Steve Losh # Date 1251508557 14400 # Node ID bde73fa7d20a6fdf4453d4a1f56db7184b5f4309 # Parent 952c6c49a91e6a93e66ded42eef62c275a8f3892 Add the b alias. diff -r 952c6c49a91e -r bde73fa7d20a .bashrc --- 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'