diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-13 11:43:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-13 11:43:27 +0800 |
commit | 4ae36ba00e2116fd771916d265035f4eb1c6f6c5 (patch) | |
tree | b6a6ceff7dca19e69f5e66bf467d1dfef5e268dd /bin/task | |
parent | 51122991d869b0121c0580befa72c14675ae4d65 (diff) |
Update
Diffstat (limited to 'bin/task')
-rw-r--r-- | bin/task/shellrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/task/shellrc b/bin/task/shellrc index 0416dfa..7098ac0 100644 --- a/bin/task/shellrc +++ b/bin/task/shellrc | |||
@@ -4,7 +4,6 @@ tk() { task rc.context=`cat ~/.task/context` $@; } | |||
4 | tkc(){ echo $1 >~/.task/context; } | 4 | 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; } | ||
8 | tkcp() { echo plan >~/.task/context; } | 7 | tkcp() { echo plan >~/.task/context; } |
9 | [ "$shell" = zsh ] && compdef tk=task | 8 | [ "$shell" = zsh ] && compdef tk=task |
10 | alias tka='tk annotate' | 9 | alias tka='tk annotate' |