aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-04-13 10:01:29 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-04-13 10:01:29 +0800
commit8422c8974bf2869c55ed81f6086c6755d0580a7a (patch)
tree742e598026b550ef972b4320dea6432e52311232
parente334ad55d9459382241bb12eb90b0705afd04d81 (diff)
update
-rw-r--r--tigrc2
-rwxr-xr-xtools/init/exit.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/tigrc b/tigrc
index e7dde89..f6dcfe7 100644
--- a/tigrc
+++ b/tigrc
@@ -99,7 +99,7 @@ bind main 1 +sh -c "git rev-list --all --children | \
99bind main b none 99bind main b none
100bind main bn @git branch "%(prompt Enter branch name: )" %(commit) 100bind main bn @git branch "%(prompt Enter branch name: )" %(commit)
101bind main bN @git branch %(branch) --track %(remote)/%(branch) 101bind main bN @git branch %(branch) --track %(remote)/%(branch)
102bind main bu !git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch) 102bind main bu @git branch --set-upstream-to="%(prompt Set remote: )"/%(branch) %(branch)
103bind main bU @git branch --set-upstream-to="%(prompt Set remote/branch: )" %(branch) 103bind main bU @git branch --set-upstream-to="%(prompt Set remote/branch: )" %(branch)
104bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit) 104bind main bc @git checkout -b "%(prompt Checkout at new branch: )" %(commit)
105bind generic bd @git branch -d "%(prompt Delete branch: )" 105bind generic bd @git branch -d "%(prompt Delete branch: )"
diff --git a/tools/init/exit.sh b/tools/init/exit.sh
index c16bd3d..f5d675d 100755
--- a/tools/init/exit.sh
+++ b/tools/init/exit.sh
@@ -1,5 +1,5 @@
1#! /bin/env bash 1#! /bin/env bash
2 2
3if [[ `cat /etc/hostname` != 'vultr' ]]; then 3#if [[ `cat /etc/hostname` != 'vultr' ]]; then
4 rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird & 4# rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird &
5fi 5#fi