diff options
| author | typebrook <typebrook@gmail.com> | 2019-09-05 10:09:16 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-09-05 10:09:16 +0800 |
| commit | 3284888c24bca79bf701a1b995b00d76bb6739db (patch) | |
| tree | 6c35706c5a502c970dd06dfa3bfd7405e51e2f73 /alias | |
| parent | 9bdf95360442761f2d9ba66cf255b7c394734a78 (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -135,6 +135,10 @@ alias pip3='python3 -m pip' | |||
| 135 | # gdal | 135 | # gdal |
| 136 | alias oo='ogrinfo' | 136 | alias oo='ogrinfo' |
| 137 | 137 | ||
| 138 | # sample file | ||
| 139 | alias sample-gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' | ||
| 140 | alias sample-geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' | ||
| 141 | |||
| 138 | # xsel | 142 | # xsel |
| 139 | alias xi='xsel -ib' | 143 | alias xi='xsel -ib' |
| 140 | 144 | ||