aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2018-10-15 11:41:30 +0800
committertypebrook <typebrook@gmail.com>2018-10-15 11:41:30 +0800
commit40958108692e7cf45a9ce2cd7751db8dbc64110a (patch)
tree8dab38638049478aafb78c80ce57285e1f6f49f8
parent7de8b3e4f4362215e68162a6c033a50725e8ecf6 (diff)
update
-rw-r--r--.bash_aliases1
-rw-r--r--.tigrc2
2 files changed, 1 insertions, 2 deletions
diff --git a/.bash_aliases b/.bash_aliases
index 4036408..a5345db 100644
--- a/.bash_aliases
+++ b/.bash_aliases
@@ -25,7 +25,6 @@ alias hg='history|grep'
25alias gc='git clone' 25alias gc='git clone'
26alias co='curl -O' 26alias co='curl -O'
27alias ptt='ssh bbsu@ptt.cc' 27alias ptt='ssh bbsu@ptt.cc'
28alias gcp='ssh typebrook@topo.tw'
29alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' 28alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf'
30 29
31# tmp 30# tmp
diff --git a/.tigrc b/.tigrc
index e2ad6da..e9e0b25 100644
--- a/.tigrc
+++ b/.tigrc
@@ -1,4 +1,4 @@
1bind status P !git push 1bind main P !git push
2bind stash D !?git stash drop %(stash) 2bind stash D !?git stash drop %(stash)
3bind stash A !?git stash apply %(stash) 3bind stash A !?git stash apply %(stash)
4bind main c !?git checkout %(commit) 4bind main c !?git checkout %(commit)