diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -141,9 +141,14 @@ alias sample-gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' | |||
141 | alias sample-geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' | 141 | alias sample-geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' |
142 | alias sample-geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' | 142 | alias sample-geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' |
143 | alias sample-csv='curl -O https://docs.mapbox.com/help/data/airports.csv' | 143 | alias sample-csv='curl -O https://docs.mapbox.com/help/data/airports.csv' |
144 | alias sample-svg='curl -O https://docs.mapbox.com/help/data/bicycle-24.svg' | ||
145 | |||
146 | # data file | ||
147 | alias data-taiwan-town='curl -o town.zip -L http://data.moi.gov.tw/MoiOD/System/DownloadFile.aspx\?DATA\=CD02C824-45C5-48C8-B631-98B205A2E35A' | ||
144 | 148 | ||
145 | # xsel | 149 | # xsel |
146 | alias xi='xsel -ib' | 150 | alias xi='xsel -ib' |
151 | alias xo='xsel -ob' | ||
147 | 152 | ||
148 | # misc | 153 | # misc |
149 | alias gr='_grepString' | 154 | alias gr='_grepString' |