diff options
Diffstat (limited to 'bin/task/shellrc')
-rw-r--r-- | bin/task/shellrc | 1 |
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; } | |||
5 | alias tkcc='task context' | 5 | alias tkcc='task context' |
6 | tkcn() { echo none >~/.task/context; } | 6 | tkcn() { echo none >~/.task/context; } |
7 | tkch() { echo home >~/.task/context; } | 7 | tkch() { echo home >~/.task/context; } |
8 | tkcp() { echo plan >~/.task/context; } | ||
8 | [ "$shell" = zsh ] && compdef tk=task | 9 | [ "$shell" = zsh ] && compdef tk=task |
9 | alias tka='tk annotate' | 10 | alias tka='tk annotate' |
10 | alias tkd='tk done' | 11 | alias tkd='tk done' |