aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-11 10:57:54 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-11 10:57:54 +0800
commit37eed6a1184b5d60eded1310692657dae85ba157 (patch)
treecf547beecc78ba6e6504fb1282e42c705dee5919
parent18fcaf66d76c6554c007cadef655128ac99dc14f (diff)
Update
-rw-r--r--bin/task/shellrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/task/shellrc b/bin/task/shellrc
index 98ada78..0416dfa 100644
--- a/bin/task/shellrc
+++ b/bin/task/shellrc
@@ -5,6 +5,7 @@ tkc(){ 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; } 7tkch() { echo home >~/.task/context; }
8tkcp() { echo plan >~/.task/context; }
8[ "$shell" = zsh ] && compdef tk=task 9[ "$shell" = zsh ] && compdef tk=task
9alias tka='tk annotate' 10alias tka='tk annotate'
10alias tkd='tk done' 11alias tkd='tk done'