diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-09 17:19:39 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-09 17:19:39 +0800 |
| commit | 9f0443be05111bb06a387990516461ecd21fe444 (patch) | |
| tree | 6afef8828d23111ce8f8fe4e5eebf56286b07fec | |
| parent | af0754a921255ea9103df39c158a4966040d9c3e (diff) | |
update
| -rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -194,7 +194,7 @@ bind main I >sh -c "hub issue | tig" | |||
| 194 | ## Statistics | 194 | ## Statistics |
| 195 | bind main gc >sh -c 'cloc --git %(commit) | tig' | 195 | bind main gc >sh -c 'cloc --git %(commit) | tig' |
| 196 | ## Script to bump Android version | 196 | ## Script to bump Android version |
| 197 | bind main <C-B> !sh -c 'tools/bump_version.sh && tools/whatsnew.sh' | 197 | bind main <C-B> !sh -c 'scripts/bump_version.sh && scripts/whatsnew.sh' |
| 198 | 198 | ||
| 199 | # note | 199 | # note |
| 200 | #bind generic gnn !git notes edit %(commit) | 200 | #bind generic gnn !git notes edit %(commit) |