diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-10 14:43:11 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-10 14:43:11 +0800 |
| commit | ab8aac861dc37ee8f8aa1e719c0e6e3ccff90d01 (patch) | |
| tree | d57c55875a51f81ead4f1578a44b9c155a75af8f | |
| parent | c74169974e67152be756eafa5eef097ff9e1140c (diff) | |
Update
| -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 9a14248..98ada78 100644 --- a/bin/task/shellrc +++ b/bin/task/shellrc | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | # task | 1 | # task |
| 2 | alias c='context' | ||
| 2 | tk() { task rc.context=`cat ~/.task/context` $@; } | 3 | tk() { task rc.context=`cat ~/.task/context` $@; } |
| 3 | tkc(){ echo $1 >~/.task/context; } | 4 | tkc(){ echo $1 >~/.task/context; } |
| 4 | alias tkcc='task context' | 5 | alias tkcc='task context' |