diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-11 10:57:54 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-11 10:57:54 +0800 |
commit | 37eed6a1184b5d60eded1310692657dae85ba157 (patch) | |
tree | cf547beecc78ba6e6504fb1282e42c705dee5919 /bin/task | |
parent | 18fcaf66d76c6554c007cadef655128ac99dc14f (diff) |
Update
Diffstat (limited to 'bin/task')
-rw-r--r-- | bin/task/shellrc | 1 |
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; } | |||
5 | alias tkcc='task context' | 5 | alias tkcc='task context' |
6 | tkcn() { echo none >~/.task/context; } | 6 | tkcn() { echo none >~/.task/context; } |
7 | tkch() { echo home >~/.task/context; } | 7 | tkch() { echo home >~/.task/context; } |
8 | tkcp() { echo plan >~/.task/context; } | ||
8 | [ "$shell" = zsh ] && compdef tk=task | 9 | [ "$shell" = zsh ] && compdef tk=task |
9 | alias tka='tk annotate' | 10 | alias tka='tk annotate' |
10 | alias tkd='tk done' | 11 | alias tkd='tk done' |