aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-09 17:19:39 +0800
committertypebrook <typebrook@gmail.com>2020-03-09 17:19:39 +0800
commit9f0443be05111bb06a387990516461ecd21fe444 (patch)
tree6afef8828d23111ce8f8fe4e5eebf56286b07fec /tigrc
parentaf0754a921255ea9103df39c158a4966040d9c3e (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index b8b0096..ef4ad05 100644
--- a/tigrc
+++ b/tigrc
@@ -194,7 +194,7 @@ bind main I >sh -c "hub issue | tig"
194## Statistics 194## Statistics
195bind main gc >sh -c 'cloc --git %(commit) | tig' 195bind main gc >sh -c 'cloc --git %(commit) | tig'
196## Script to bump Android version 196## Script to bump Android version
197bind main <C-B> !sh -c 'tools/bump_version.sh && tools/whatsnew.sh' 197bind main <C-B> !sh -c 'scripts/bump_version.sh && scripts/whatsnew.sh'
198 198
199# note 199# note
200#bind generic gnn !git notes edit %(commit) 200#bind generic gnn !git notes edit %(commit)