aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-27 16:32:37 +0800
committertypebrook <typebrook@gmail.com>2020-02-27 16:32:37 +0800
commit00b136155183ae522ca458e540a8cf29bf525e74 (patch)
treec6e9d20d5021c95afc7149456d57eb435d808150 /tigrc
parent3fa79eb14a4c0244fb2dc4a5b805b7cffaa63770 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 070fe9b..459fb03 100644
--- a/tigrc
+++ b/tigrc
@@ -192,7 +192,7 @@ bind main I >sh -c "hub issue | tig"
192## Statistics 192## Statistics
193bind main gc >sh -c 'cloc --git %(commit) | tig' 193bind main gc >sh -c 'cloc --git %(commit) | tig'
194## Script to bump Android version 194## Script to bump Android version
195bind main <C-B> !sh -c 'scripts/bump_version.sh && scripts/whatsnew.sh' 195bind 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)