aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-03-11 18:38:06 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-03-11 18:38:06 +0800
commitef96048994ef06c097be3da25540d8b7e66eb7ef (patch)
tree312eb1c4918f2e51da21526bc6a87fe1063a3752
parentf73ae1720d5ca7ad2bf3784a3294b29d4c6c3ee5 (diff)
update
-rw-r--r--alias2
-rw-r--r--tigrc1
2 files changed, 3 insertions, 0 deletions
diff --git a/alias b/alias
index 6cf3eb5..ec58527 100644
--- a/alias
+++ b/alias
@@ -32,6 +32,8 @@ fix() {
32} 32}
33alias g='gist' 33alias g='gist'
34alias gl='gist last' 34alias gl='gist last'
35unalias gg &>/dev/null
36alias gg='gist grep'
35 37
36# shell 38# shell
37alias s='sudo systemctl' 39alias s='sudo systemctl'
diff --git a/tigrc b/tigrc
index d34b8d1..aab3a36 100644
--- a/tigrc
+++ b/tigrc
@@ -162,6 +162,7 @@ bind main ! ?git revert %(commit)
162# tag 162# tag
163bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) 163bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit)
164bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a 164bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a
165bind generic TSN !git tag "%(prompt Enter tag name: )" %(commit) -s
165bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' 166bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)'
166bind generic TM @sh -c 'git cat-file -p %(tag) |\ 167bind generic TM @sh -c 'git cat-file -p %(tag) |\
167 sed -n \'6,$p\' |\ 168 sed -n \'6,$p\' |\