From 37eed6a1184b5d60eded1310692657dae85ba157 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 11 Apr 2023 10:57:54 +0800 Subject: Update --- bin/task/shellrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/task') 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; } alias tkcc='task context' tkcn() { echo none >~/.task/context; } tkch() { echo home >~/.task/context; } +tkcp() { echo plan >~/.task/context; } [ "$shell" = zsh ] && compdef tk=task alias tka='tk annotate' alias tkd='tk done' -- cgit v1.2.3-70-g09d2