diff options
-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) |