# HG changeset patch # User Steve Losh # Date 1308682521 14400 # Node ID c367879711428cc8cbb21068eaefa8ec6ff680c5 # Parent 273fd9f0c4cf050d720dfa6a97d5998bcafe78a6 More cleanup. diff -r 273fd9f0c4cf -r c36787971142 zsh/stable.zsh --- 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 -} diff -r 273fd9f0c4cf -r c36787971142 zsh/tasks.zsh --- 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"