aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-03-06 00:25:53 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-03-06 00:25:53 +0800
commit46330677f75c0d20d9a1e32a1875f27ab41349ca (patch)
tree425154c745e6949f345132735e21ab81fcdde617 /alias
parent77a7744876f04ff9abcc2e0c2732fd4be6b052cb (diff)
Completion for task
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index 38123f8..cc069d0 100644
--- a/alias
+++ b/alias
@@ -512,6 +512,7 @@ tk() { task rc.context=`cat ~/.task/context` $@; }
512tkc(){ echo $1 >~/.task/context; } 512tkc(){ echo $1 >~/.task/context; }
513tkcn() { echo none >~/.task/context; } 513tkcn() { echo none >~/.task/context; }
514tkch() { echo home >~/.task/context; } 514tkch() { echo home >~/.task/context; }
515[ $shell = zsh ] && compdef _task tk
515alias tka='tk annotate' 516alias tka='tk annotate'
516alias tkd='tk done' 517alias tkd='tk done'
517alias tkD='tk delete' 518alias tkD='tk delete'