aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task
diff options
context:
space:
mode:
Diffstat (limited to 'bin/task')
-rw-r--r--bin/task/shellrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/task/shellrc b/bin/task/shellrc
index 0416dfa..7098ac0 100644
--- a/bin/task/shellrc
+++ b/bin/task/shellrc
@@ -4,7 +4,6 @@ tk() { task rc.context=`cat ~/.task/context` $@; }
4tkc(){ echo $1 >~/.task/context; } 4tkc(){ 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; }
8tkcp() { echo plan >~/.task/context; } 7tkcp() { echo plan >~/.task/context; }
9[ "$shell" = zsh ] && compdef tk=task 8[ "$shell" = zsh ] && compdef tk=task
10alias tka='tk annotate' 9alias tka='tk annotate'