aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-07 09:21:40 +0800
committertypebrook <typebrook@gmail.com>2020-02-07 09:21:40 +0800
commitfebc306878a538f9ecd0a7a811b11b16ad89e820 (patch)
tree09f1327b7b745e77fd3b5a8a3483f3797e16b019 /tigrc
parent93fb60d0e3c184cecdb96a3e4bd4aef1755cec2f (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 76ea4ac..df4ad9f 100644
--- a/tigrc
+++ b/tigrc
@@ -187,7 +187,7 @@ bind main I >sh -c "hub issue | tig"
187## Statistics 187## Statistics
188bind main gc >sh -c 'cloc --git %(commit) | tig' 188bind main gc >sh -c 'cloc --git %(commit) | tig'
189## Script to bump Android version 189## Script to bump Android version
190bind main <C-B> !scripts/bump_version.sh && scripts/whatsnew.sh 190bind 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)