Fix the template paths.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 15 Jan 2010 20:39:21 -0500 |
parents |
c924e638ae4b |
children |
9d23f5158a1b a8af7beac4c2 |
#!/usr/bin/env zsh
alias t='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=tasks.txt'
alias m='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=music.txt'
alias g='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=groceries.txt'
alias k='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=books.txt'
alias p='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=pack.txt'
alias b='~/src/t/t.py --list=bugs'
alias pa='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=pack-archive'
function packfor() {
cp "$HOME/Documents/Dropbox/tasks/pack-archive" "$HOME/Documents/Dropbox/tasks/pack.txt"
touch "$HOME/Documents/Dropbox/tasks/.pack.txt.done"
}