diff options
Diffstat (limited to 'bin/task/shellrc')
-rw-r--r-- | bin/task/shellrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/task/shellrc b/bin/task/shellrc index 6f2e5d3..a7025d0 100644 --- a/bin/task/shellrc +++ b/bin/task/shellrc | |||
@@ -3,7 +3,7 @@ tk() { task rc.context=`cat ~/.task/context` $@; } | |||
3 | tkc(){ echo $1 >~/.task/context; } | 3 | tkc(){ echo $1 >~/.task/context; } |
4 | tkcn() { echo none >~/.task/context; } | 4 | tkcn() { echo none >~/.task/context; } |
5 | tkch() { echo home >~/.task/context; } | 5 | tkch() { echo home >~/.task/context; } |
6 | [ $shell = zsh ] && compdef tk=task | 6 | [ "$shell" = zsh ] && compdef tk=task |
7 | alias tka='tk annotate' | 7 | alias tka='tk annotate' |
8 | alias tkd='tk done' | 8 | alias tkd='tk done' |
9 | alias tkD='tk delete' | 9 | alias tkD='tk delete' |