c36787971142
More cleanup.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 21 Jun 2011 14:55:21 -0400 |
parents | 273fd9f0c4cf |
children | 44b04b87c558 dcd072c2fbb6 |
branches/tags | (none) |
files | zsh/stable.zsh zsh/tasks.zsh |
Changes
--- a/zsh/stable.zsh Tue Jun 21 14:51:19 2011 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -function sssh { - ssh -i ~/.ec2/id_rsa-gsg-keypair ubuntu@$1.stable.io -}
--- a/zsh/tasks.zsh Tue Jun 21 14:51:19 2011 -0400 +++ b/zsh/tasks.zsh Tue Jun 21 14:55:21 2011 -0400 @@ -1,11 +1,10 @@ #!/usr/bin/env zsh alias t='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=tasks.txt' -alias w='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=work.txt' + alias p='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack.txt' -alias b='~/lib/t/t.py --list=bugs' +alias pa='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack-archive' -alias pa='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack-archive' function packfor() { cp "$HOME/Dropbox/tasks/pack-archive" "$HOME/Dropbox/tasks/pack.txt" touch "$HOME/Dropbox/tasks/.pack.txt.done"