aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-03-06 11:19:19 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-03-06 11:19:19 +0800
commit0aa0a6ad04502d00ec3b6831cf947253e2a61b71 (patch)
treee285ea23961b1113ba8ef340cfda7488ab3b48b0
parent50ec29a77a2e0a4b557510338dd01c259052b5d1 (diff)
Update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
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` $@; }
513tkc(){ echo $1 >~/.task/context; } 513tkc(){ echo $1 >~/.task/context; }
514tkcn() { echo none >~/.task/context; } 514tkcn() { echo none >~/.task/context; }
515tkch() { echo home >~/.task/context; } 515tkch() { echo home >~/.task/context; }
516[ $shell = zsh ] && compdef _task tk 516[ $shell = zsh ] && compdef tk=task
517alias tka='tk annotate' 517alias tka='tk annotate'
518alias tkd='tk done' 518alias tkd='tk done'
519alias tkD='tk delete' 519alias tkD='tk delete'