diff options
| -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' |