diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-25 16:54:15 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-25 16:54:15 +0800 |
commit | cb87b86d56cd113e057a95e68f5681b16905c444 (patch) | |
tree | 5458e12d3d20a7407760042f31f3829d80303cbe /alias | |
parent | 6cbdf466627a6defadb53b187215079e15454274 (diff) | |
parent | 60fb47682352a5f6592c252e21cf72da311fdf82 (diff) |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ alias vimrc='vim ~/.vimrc' | |||
9 | alias tigrc="vim $SETTING_DIR/tigrc" | 9 | alias tigrc="vim $SETTING_DIR/tigrc" |
10 | alias muttrc='vim ~/.config/mutt/muttrc' | 10 | alias muttrc='vim ~/.config/mutt/muttrc' |
11 | alias gitconfig='vim ~/.gitconfig' | 11 | alias gitconfig='vim ~/.gitconfig' |
12 | alias sshconfig='vim ~/.ssh/config' | ||
12 | alias log="cat $SETTING_DIR/log | grep '`date +'%b %d'`'" | 13 | alias log="cat $SETTING_DIR/log | grep '`date +'%b %d'`'" |
13 | 14 | ||
14 | # vim | 15 | # vim |
@@ -263,6 +264,7 @@ alias oi='ogrinfo -al -so' | |||
263 | # sample file | 264 | # sample file |
264 | alias sample.gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' | 265 | alias sample.gpx='curl -O https://docs.mapbox.com/help/data/run.gpx' |
265 | alias sample.geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' | 266 | alias sample.geojson='curl -O https://docs.mapbox.com/help/data/stations.geojson' |
267 | alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' | ||
266 | alias sample.shapefile='curl -O https://docs.mapbox.com/help/data/stations.zip && unzip stations.zip' | 268 | alias sample.shapefile='curl -O https://docs.mapbox.com/help/data/stations.zip && unzip stations.zip' |
267 | alias sample.geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' | 269 | alias sample.geotiff='curl -O https://docs.mapbox.com/help/data/landsat.tif' |
268 | alias sample.csv='curl -O https://docs.mapbox.com/help/data/airports.csv' | 270 | alias sample.csv='curl -O https://docs.mapbox.com/help/data/airports.csv' |