diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-03-06 11:19:19 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-03-06 11:19:19 +0800 |
commit | 0aa0a6ad04502d00ec3b6831cf947253e2a61b71 (patch) | |
tree | e285ea23961b1113ba8ef340cfda7488ab3b48b0 | |
parent | 50ec29a77a2e0a4b557510338dd01c259052b5d1 (diff) |
Update
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -513,7 +513,7 @@ tk() { task rc.context=`cat ~/.task/context` $@; } | |||
513 | tkc(){ echo $1 >~/.task/context; } | 513 | tkc(){ echo $1 >~/.task/context; } |
514 | tkcn() { echo none >~/.task/context; } | 514 | tkcn() { echo none >~/.task/context; } |
515 | tkch() { echo home >~/.task/context; } | 515 | tkch() { echo home >~/.task/context; } |
516 | [ $shell = zsh ] && compdef _task tk | 516 | [ $shell = zsh ] && compdef tk=task |
517 | alias tka='tk annotate' | 517 | alias tka='tk annotate' |
518 | alias tkd='tk done' | 518 | alias tkd='tk done' |
519 | alias tkD='tk delete' | 519 | alias tkD='tk delete' |