diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-07-20 11:28:22 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-07-20 11:28:22 +0800 |
| commit | e47e3067e7d08b6b6fa8925c74d316afa302a1fc (patch) | |
| tree | ea124d564dd9b1ac85044d0e4f93908e5efdac7e /alias | |
| parent | 78d2bc8af6ae4787cfb3f6ee94e30da9f642523a (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -185,7 +185,7 @@ alias dp='docker ps' | |||
| 185 | alias di='docker images' | 185 | alias di='docker images' |
| 186 | alias dc='docker-compose run --rm' | 186 | alias dc='docker-compose run --rm' |
| 187 | alias ds='docker stop' | 187 | alias ds='docker stop' |
| 188 | alias drm='docker `docker ps -aq`' | 188 | alias drm='docker rm `docker ps -aq`' |
| 189 | alias dr='docker run --rm -it' | 189 | alias dr='docker run --rm -it' |
| 190 | drb() { | 190 | drb() { |
| 191 | docker run --rm -it --entrypoint /bin/bash $@ | 191 | docker run --rm -it --entrypoint /bin/bash $@ |
| @@ -309,6 +309,7 @@ alias cdand='cd ~/git/sample' | |||
| 309 | alias cdm='cd ~/git/mapstew' | 309 | alias cdm='cd ~/git/mapstew' |
| 310 | alias cdT='cd ~/git/tilemaker' | 310 | alias cdT='cd ~/git/tilemaker' |
| 311 | alias cdL='cd ~/Insync/pham@geothings.tw/Google\ Drive\ -\ Shared\ drives/LEOTEK' | 311 | alias cdL='cd ~/Insync/pham@geothings.tw/Google\ Drive\ -\ Shared\ drives/LEOTEK' |
| 312 | alias cdssh='cd ~/.ssh' | ||
| 312 | alias stew='cd ~/git/mapstew' | 313 | alias stew='cd ~/git/mapstew' |
| 313 | alias mac='ssh geothings@192.168.8.33' | 314 | alias mac='ssh geothings@192.168.8.33' |
| 314 | 315 | ||