diff options
| -rw-r--r-- | .bash_aliases | 1 | ||||
| -rw-r--r-- | .tigrc | 2 |
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' | |||
| 25 | alias gc='git clone' | 25 | alias gc='git clone' |
| 26 | alias co='curl -O' | 26 | alias co='curl -O' |
| 27 | alias ptt='ssh bbsu@ptt.cc' | 27 | 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' | 28 | alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' |
| 30 | 29 | ||
| 31 | # tmp | 30 | # 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) |