From 0aa0a6ad04502d00ec3b6831cf947253e2a61b71 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 6 Mar 2023 11:19:19 +0800 Subject: Update --- alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alias') diff --git a/alias b/alias index 9353767..6931902 100644 --- a/alias +++ b/alias @@ -513,7 +513,7 @@ tk() { task rc.context=`cat ~/.task/context` $@; } tkc(){ echo $1 >~/.task/context; } tkcn() { echo none >~/.task/context; } tkch() { echo home >~/.task/context; } -[ $shell = zsh ] && compdef _task tk +[ $shell = zsh ] && compdef tk=task alias tka='tk annotate' alias tkd='tk done' alias tkD='tk delete' -- cgit v1.2.3-70-g09d2