aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.bash_aliases8
-rw-r--r--.tigrc2
2 files changed, 8 insertions, 2 deletions
diff --git a/.bash_aliases b/.bash_aliases
index 93b14da..756b5f2 100644
--- a/.bash_aliases
+++ b/.bash_aliases
@@ -13,7 +13,14 @@ alias cds='cd ~/git/settings'
13alias dp='docker ps' 13alias dp='docker ps'
14alias dpa='docker ps -a' 14alias dpa='docker ps -a'
15 15
16<<<<<<< HEAD
17# ssh
18alias topo='ssh typebrook@topo.tw'
19
20# misc
21=======
16#tig 22#tig
23>>>>>>> fe017342dc93d52ff6c85b041c1905377521e3ab
17alias ta='tig --all' 24alias ta='tig --all'
18alias tiga='tig --all' 25alias tiga='tig --all'
19 26
@@ -25,7 +32,6 @@ alias hg='history|grep'
25alias gc='git clone' 32alias gc='git clone'
26alias co='curl -O' 33alias co='curl -O'
27alias ptt='ssh bbsu@ptt.cc' 34alias ptt='ssh bbsu@ptt.cc'
28alias gcp='ssh typebrook@topo.tw'
29alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' 35alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf'
30 36
31# tmp 37# 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)