aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias2
-rw-r--r--tigrc3
-rw-r--r--vimrc1
3 files changed, 3 insertions, 3 deletions
diff --git a/alias b/alias
index e55ff7d..89becc4 100644
--- a/alias
+++ b/alias
@@ -326,6 +326,7 @@ alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf'
326alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' 326alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto'
327alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' 327alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto'
328alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' 328alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto'
329alias data.ical='curl -O http://www.google.com/calendar/ical/taiwan__zh_tw@holiday.calendar.google.com/public/basic.ics'
329taiwan_dem() { 330taiwan_dem() {
330 <<<"http://dtm.moi.gov.tw/不分幅_全台及澎湖.zip" perl -lpe 's/([^A-Za-z0-9.\/:])/sprintf("%%%02X", ord($1))/seg' |\ 331 <<<"http://dtm.moi.gov.tw/不分幅_全台及澎湖.zip" perl -lpe 's/([^A-Za-z0-9.\/:])/sprintf("%%%02X", ord($1))/seg' |\
331 xargs curl -Lo taiwan_dem.zip 332 xargs curl -Lo taiwan_dem.zip
@@ -493,7 +494,6 @@ alias cdma='cd ~/git/mapstew-android'
493alias cdT='cd ~/git/tilemaker' 494alias cdT='cd ~/git/tilemaker'
494alias stew='cd ~/git/mapstew' 495alias stew='cd ~/git/mapstew'
495alias vc='vultr-cli' 496alias vc='vultr-cli'
496alias jl='jrnl'
497#hugo(){ 497#hugo(){
498# docker run --rm \ 498# docker run --rm \
499# -u `id -u`:`id -g` \ 499# -u `id -u`:`id -g` \
diff --git a/tigrc b/tigrc
index c05b369..06676ab 100644
--- a/tigrc
+++ b/tigrc
@@ -140,8 +140,7 @@ bind main p none # override default pager binding
140bind main pp ?git push 140bind main pp ?git push
141bind main pP ?git push -u %(remote) %(branch):%(branch) 141bind main pP ?git push -u %(remote) %(branch):%(branch)
142bind main pr ?git push -u %(remote) %(branch):%(branch) 142bind main pr ?git push -u %(remote) %(branch):%(branch)
143bind main pb ?git push -u %(remote) %(branch):'%(prompt Which branch? )' 143bind main pR ?git push -u '%(prompt Which remote? )':%(branch)
144bind main pR ?git push -u '%(prompt Which remote? )' %(branch):'%(prompt Which branch? )'
145bind main pF ?git push --force 144bind main pF ?git push --force
146bind main pd ?git push %(remote) :%(branch) 145bind main pd ?git push %(remote) :%(branch)
147bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )' 146bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Which reference? )'
diff --git a/vimrc b/vimrc
index cd88a55..e8c6c3d 100644
--- a/vimrc
+++ b/vimrc
@@ -259,6 +259,7 @@ Plug 'rust-lang/rust.vim'
259Plug 'junegunn/fzf.vim' 259Plug 'junegunn/fzf.vim'
260Plug 'michal-h21/vim-zettel' 260Plug 'michal-h21/vim-zettel'
261Plug 'rlue/vim-barbaric' 261Plug 'rlue/vim-barbaric'
262Plug 'nathangrigg/vim-beancount'
262 263
263" Initialize plugin system 264" Initialize plugin system
264call plug#end() 265call plug#end()