diff options
| author | typebrook <typebrook@gmail.com> | 2019-09-05 09:47:18 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-09-05 09:47:18 +0800 |
| commit | 263493dfba70f34c136023ba9bfc265b9b6d0aec (patch) | |
| tree | 6fb19374436837dda853647d180cbb58b1c92dbb | |
| parent | 3e4d5044dffb3abe431afd2ce36f50118ca5a0f1 (diff) | |
update
| -rw-r--r-- | alias | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -132,6 +132,9 @@ alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' | |||
| 132 | # python | 132 | # python |
| 133 | alias pip3='python3 -m pip' | 133 | alias pip3='python3 -m pip' |
| 134 | 134 | ||
| 135 | # gdal | ||
| 136 | alias oo='ogrinfo' | ||
| 137 | |||
| 135 | # xsel | 138 | # xsel |
| 136 | alias xi='xsel -ib' | 139 | alias xi='xsel -ib' |
| 137 | 140 | ||