aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-13 11:43:27 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-13 11:43:27 +0800
commit4ae36ba00e2116fd771916d265035f4eb1c6f6c5 (patch)
treeb6a6ceff7dca19e69f5e66bf467d1dfef5e268dd /bin/task
parent51122991d869b0121c0580befa72c14675ae4d65 (diff)
Update
Diffstat (limited to 'bin/task')
-rw-r--r--bin/task/shellrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/task/shellrc b/bin/task/shellrc
index 0416dfa..7098ac0 100644
--- a/bin/task/shellrc
+++ b/bin/task/shellrc
@@ -4,7 +4,6 @@ tk() { task rc.context=`cat ~/.task/context` $@; }
4tkc(){ echo $1 >~/.task/context; } 4tkc(){ echo $1 >~/.task/context; }
5alias tkcc='task context' 5alias tkcc='task context'
6tkcn() { echo none >~/.task/context; } 6tkcn() { echo none >~/.task/context; }
7tkch() { echo home >~/.task/context; }
8tkcp() { echo plan >~/.task/context; } 7tkcp() { echo plan >~/.task/context; }
9[ "$shell" = zsh ] && compdef tk=task 8[ "$shell" = zsh ] && compdef tk=task
10alias tka='tk annotate' 9alias tka='tk annotate'