diff options
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 | ||