diff options
| -rw-r--r-- | .bash_aliases | 8 | ||||
| -rw-r--r-- | .tigrc | 2 |
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' | |||
| 13 | alias dp='docker ps' | 13 | alias dp='docker ps' |
| 14 | alias dpa='docker ps -a' | 14 | alias dpa='docker ps -a' |
| 15 | 15 | ||
| 16 | <<<<<<< HEAD | ||
| 17 | # ssh | ||
| 18 | alias topo='ssh typebrook@topo.tw' | ||
| 19 | |||
| 20 | # misc | ||
| 21 | ======= | ||
| 16 | #tig | 22 | #tig |
| 23 | >>>>>>> fe017342dc93d52ff6c85b041c1905377521e3ab | ||
| 17 | alias ta='tig --all' | 24 | alias ta='tig --all' |
| 18 | alias tiga='tig --all' | 25 | alias tiga='tig --all' |
| 19 | 26 | ||
| @@ -25,7 +32,6 @@ alias hg='history|grep' | |||
| 25 | alias gc='git clone' | 32 | alias gc='git clone' |
| 26 | alias co='curl -O' | 33 | alias co='curl -O' |
| 27 | alias ptt='ssh bbsu@ptt.cc' | 34 | alias ptt='ssh bbsu@ptt.cc' |
| 28 | alias gcp='ssh typebrook@topo.tw' | ||
| 29 | alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' | 35 | alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' |
| 30 | 36 | ||
| 31 | # tmp | 37 | # tmp |
| @@ -1,4 +1,4 @@ | |||
| 1 | bind status P !git push | 1 | bind main P !git push |
| 2 | bind stash D !?git stash drop %(stash) | 2 | bind stash D !?git stash drop %(stash) |
| 3 | bind stash A !?git stash apply %(stash) | 3 | bind stash A !?git stash apply %(stash) |
| 4 | bind main c !?git checkout %(commit) | 4 | bind main c !?git checkout %(commit) |