aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-14 12:26:30 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-14 12:26:30 +0800
commit65c9b148415cb7c062eee654aade51c271e69c2c (patch)
tree0715fc24fbeeee65662b33df3e97b43f9201177f /bin
parentbca6ed08439a6b106b21bc37634b75a9fe6ab9cb (diff)
Update
Diffstat (limited to 'bin')
-rw-r--r--bin/task/shellrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/task/shellrc b/bin/task/shellrc
index 6d7f109..6bdf5b5 100644
--- a/bin/task/shellrc
+++ b/bin/task/shellrc
@@ -5,7 +5,8 @@ alias tkcc='task context'
5tkcn() { echo none >~/.task/context; } 5tkcn() { echo none >~/.task/context; }
6tkcp() { echo plan >~/.task/context; } 6tkcp() { echo plan >~/.task/context; }
7[ "$shell" = zsh ] && compdef tk=task 7[ "$shell" = zsh ] && compdef tk=task
8alias tka='tk annotate' 8alias tka='tk active'
9alias tkan='tk anno'
9alias tkd='tk done' 10alias tkd='tk done'
10alias tkD='tk delete' 11alias tkD='tk delete'
11alias tkm='tk modify' 12alias tkm='tk modify'