diff options
author | typebrook <typebrook@gmail.com> | 2020-02-06 10:00:58 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-06 10:00:58 +0800 |
commit | 4af2cf3546f8a5dfac2e905e6101600dcdd9182b (patch) | |
tree | 2511e1c7343c7d883ac455df8ae45ace65f91f81 | |
parent | 7cd2078840eafa8eebfd8eadde89015b73f15a63 (diff) |
update
-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> !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) |