diff options
author | typebrook <typebrook@gmail.com> | 2020-02-07 09:21:40 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-07 09:21:40 +0800 |
commit | febc306878a538f9ecd0a7a811b11b16ad89e820 (patch) | |
tree | 09f1327b7b745e77fd3b5a8a3483f3797e16b019 /tigrc | |
parent | 93fb60d0e3c184cecdb96a3e4bd4aef1755cec2f (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ bind main I >sh -c "hub issue | tig" | |||
187 | ## Statistics | 187 | ## Statistics |
188 | bind main gc >sh -c 'cloc --git %(commit) | tig' | 188 | bind main gc >sh -c 'cloc --git %(commit) | tig' |
189 | ## Script to bump Android version | 189 | ## Script to bump Android version |
190 | bind main <C-B> !scripts/bump_version.sh && scripts/whatsnew.sh | 190 | bind main <C-B> !sh -c 'scripts/bump_version.sh && scripts/whatsnew.sh' |
191 | 191 | ||
192 | # note | 192 | # note |
193 | #bind generic gnn !git notes edit %(commit) | 193 | #bind generic gnn !git notes edit %(commit) |