diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-03 11:34:49 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-03 11:34:49 +0800 |
| commit | 978c9044a83259276c59ca003f5fbe9b46840a6d (patch) | |
| tree | 22ea2d29b4bf988b3948a23c7c5117f68376bdda | |
| parent | f727b69b5b43490b3f5fe56dd9406e9d5189f562 (diff) | |
update
| -rw-r--r-- | alias | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -164,7 +164,6 @@ alias dr='docker run --rm -it' | |||
| 164 | alias keygen='ssh-keygen -t rsa -C "typebrook@gmail.com"' | 164 | alias keygen='ssh-keygen -t rsa -C "typebrook@gmail.com"' |
| 165 | alias topo='ssh typebrook@topo.tw' | 165 | alias topo='ssh typebrook@topo.tw' |
| 166 | alias ptt='ssh bbsu@ptt.cc' | 166 | alias ptt='ssh bbsu@ptt.cc' |
| 167 | alias geothings='ssh geothings@geobingan.info' | ||
| 168 | alias geothings-test='ssh geothings@test.geothings.tw' | 167 | alias geothings-test='ssh geothings@test.geothings.tw' |
| 169 | 168 | ||
| 170 | # Android | 169 | # Android |
| @@ -263,10 +262,10 @@ big52utf8() { | |||
| 263 | } | 262 | } |
| 264 | 263 | ||
| 265 | # tmp | 264 | # tmp |
| 265 | alias and='cd ~/git/geoBingAn.Android' | ||
| 266 | alias cdo='cd ~/git/openmaptiles' | 266 | alias cdo='cd ~/git/openmaptiles' |
| 267 | alias cdS='cd ~/git/StreetComplete' | 267 | alias cdS='cd ~/git/StreetComplete' |
| 268 | alias cdW='cd ~/git/geoBingAnWeb' | 268 | alias cdW='cd ~/git/geoBingAnWeb' |
| 269 | alias and='cd ~/git/geoBingAn.Android' | ||
| 270 | alias cdT='cd ~/git/taiwan-topo' | 269 | alias cdT='cd ~/git/taiwan-topo' |
| 271 | alias cdand='cd ~/git/sample' | 270 | alias cdand='cd ~/git/sample' |
| 272 | alias cdm='cd ~/git/tilemaker' | 271 | alias cdm='cd ~/git/tilemaker' |