aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bin/task/shellrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/task/shellrc b/bin/task/shellrc
index 98ada78..0416dfa 100644
--- a/bin/task/shellrc
+++ b/bin/task/shellrc
@@ -5,6 +5,7 @@ tkc(){ echo $1 >~/.task/context; }
5alias tkcc='task context' 5alias tkcc='task context'
6tkcn() { echo none >~/.task/context; } 6tkcn() { echo none >~/.task/context; }
7tkch() { echo home >~/.task/context; } 7tkch() { echo home >~/.task/context; }
8tkcp() { echo plan >~/.task/context; }
8[ "$shell" = zsh ] && compdef tk=task 9[ "$shell" = zsh ] && compdef tk=task
9alias tka='tk annotate' 10alias tka='tk annotate'
10alias tkd='tk done' 11alias tkd='tk done'