2eeb73d76fc8
Add the d alias.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 21 Jan 2010 09:14:02 -0500 |
parents | a6529ce02d8b |
children | f00b5c3f14c1 |
branches/tags | (none) |
files | zsh/tasks.zsh |
Changes
--- a/zsh/tasks.zsh Thu Jan 21 08:42:06 2010 -0500 +++ b/zsh/tasks.zsh Thu Jan 21 09:14:02 2010 -0500 @@ -5,6 +5,7 @@ alias g='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=groceries.txt' alias k='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=books.txt' alias p='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack.txt' +alias d='~/lib/t/t.py --task-dir="~/Desktop" --list=todo.txt --delete-if-empty' alias b='~/lib/t/t.py --list=bugs' alias pa='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack-archive'