aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias1
-rw-r--r--tigrc4
2 files changed, 3 insertions, 2 deletions
diff --git a/alias b/alias
index eaea661..6a5f47e 100644
--- a/alias
+++ b/alias
@@ -49,6 +49,7 @@ alias hg='history | grep'
49alias rmrf='rm -rf' 49alias rmrf='rm -rf'
50alias rr='_move_to_tmp' 50alias rr='_move_to_tmp'
51alias sound="echo -ne '\a'" 51alias sound="echo -ne '\a'"
52alias pst="pstree -ps $$"
52cdp() { 53cdp() {
53 [[ ! -d $1 ]] && mkdir -p $1 54 [[ ! -d $1 ]] && mkdir -p $1
54 cd $1 55 cd $1
diff --git a/tigrc b/tigrc
index 3a8cdbc..550a2ed 100644
--- a/tigrc
+++ b/tigrc
@@ -166,8 +166,8 @@ bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a
166bind generic TSN !git tag "%(prompt Enter tag name: )" %(commit) -s 166bind generic TSN !git tag "%(prompt Enter tag name: )" %(commit) -s
167bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' 167bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)'
168bind generic TM @sh -c 'git cat-file -p %(tag) |\ 168bind generic TM @sh -c 'git cat-file -p %(tag) |\
169 sed -n \'6,$p\' |\ 169 sed -n \'6,$p\' |\
170 (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' 170 (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null'
171bind generic Tc !sh -c 'git tag %(tag) %(tag)^{} -f -m \"$(git tag %(tag) -n10)\" -e' 171bind generic Tc !sh -c 'git tag %(tag) %(tag)^{} -f -m \"$(git tag %(tag) -n10)\" -e'
172bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)' 172bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)'
173bind generic Ts >tig show %(tag) 173bind generic Ts >tig show %(tag)