diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-14 12:26:30 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-14 12:26:30 +0800 |
commit | 65c9b148415cb7c062eee654aade51c271e69c2c (patch) | |
tree | 0715fc24fbeeee65662b33df3e97b43f9201177f /bin/task/shellrc | |
parent | bca6ed08439a6b106b21bc37634b75a9fe6ab9cb (diff) |
Update
Diffstat (limited to 'bin/task/shellrc')
-rw-r--r-- | bin/task/shellrc | 3 |
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' | |||
5 | tkcn() { echo none >~/.task/context; } | 5 | tkcn() { echo none >~/.task/context; } |
6 | tkcp() { echo plan >~/.task/context; } | 6 | tkcp() { echo plan >~/.task/context; } |
7 | [ "$shell" = zsh ] && compdef tk=task | 7 | [ "$shell" = zsh ] && compdef tk=task |
8 | alias tka='tk annotate' | 8 | alias tka='tk active' |
9 | alias tkan='tk anno' | ||
9 | alias tkd='tk done' | 10 | alias tkd='tk done' |
10 | alias tkD='tk delete' | 11 | alias tkD='tk delete' |
11 | alias tkm='tk modify' | 12 | alias tkm='tk modify' |