diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-02 20:34:54 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-02 20:34:54 +0800 |
| commit | a2497077066d4e26268bdd071851482252e45020 (patch) | |
| tree | f8f9c868abda19dd85744db84367966abe3f944b /tigrc | |
| parent | af7ce43c718cb6bc0d7aac4633a8113f9a540ec5 (diff) | |
| parent | 00b136155183ae522ca458e540a8cf29bf525e74 (diff) | |
Merge branch 'dev' of github.com:typebrook/settings into dev
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -192,7 +192,7 @@ bind main I >sh -c "hub issue | tig" | |||
| 192 | ## Statistics | 192 | ## Statistics |
| 193 | bind main gc >sh -c 'cloc --git %(commit) | tig' | 193 | bind main gc >sh -c 'cloc --git %(commit) | tig' |
| 194 | ## Script to bump Android version | 194 | ## Script to bump Android version |
| 195 | bind main <C-B> !sh -c 'scripts/bump_version.sh && scripts/whatsnew.sh' | 195 | bind main <C-B> !sh -c 'tools/bump_version.sh && tools/whatsnew.sh' |
| 196 | 196 | ||
| 197 | # note | 197 | # note |
| 198 | #bind generic gnn !git notes edit %(commit) | 198 | #bind generic gnn !git notes edit %(commit) |