diff options
| author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-01 13:57:28 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-01 13:57:28 +0800 |
| commit | aede28e276113340d363e41e122a16875a4b0793 (patch) | |
| tree | b81bb1198ecb17fd289fe2c6f0fc2276e8037036 /alias | |
| parent | 6fdb10c0d1a2192de671f2c6ea899a22927f4ac7 (diff) | |
| parent | 60a8410ca26f93d017f11f02187e81da41d86e5e (diff) | |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -501,6 +501,7 @@ alias tk10='task limit:10 \( status:completed or status:deleted \) rc.report.all | |||
| 501 | tkw(){ task $1 mod wait:${2##wait:}; } | 501 | tkw(){ task $1 mod wait:${2##wait:}; } |
| 502 | alias tkrc='vim ~/.taskrc' | 502 | alias tkrc='vim ~/.taskrc' |
| 503 | alias cdtk='cd ~/.task' | 503 | alias cdtk='cd ~/.task' |
| 504 | alias chtk='tig -C ~/.task status' | ||
| 504 | alias tt='taskwarrior-tui' | 505 | alias tt='taskwarrior-tui' |
| 505 | 506 | ||
| 506 | # pass | 507 | # pass |