aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-01-11 14:50:51 +0800
committertypebrook <typebrook@gmail.com>2019-01-11 14:50:51 +0800
commit4e6f107cc88e534068bd02b98f71accce9b54620 (patch)
tree993c50609beae5ab56a18059f3775d3bfc7b41c2
parentdd7b2addb9801a35b66e6ef73d25f20fd3a3342c (diff)
update
-rw-r--r--.tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tigrc b/.tigrc
index edeba59..89ca787 100644
--- a/.tigrc
+++ b/.tigrc
@@ -3,4 +3,5 @@ bind stash A !?git stash apply %(stash)
3bind status D !rm %(file) 3bind status D !rm %(file)
4bind refs d !?git branch -d %(branch) 4bind refs d !?git branch -d %(branch)
5bind main c !?git checkout %(commit) 5bind main c !?git checkout %(commit)
6bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" 6bind main T !?git show %(tag)
7bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"