diff options
-rw-r--r-- | X11/openbox/rc.xml | 2 | ||||
-rw-r--r-- | alias | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index af8863b..256f234 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -651,7 +651,7 @@ | |||
651 | sh -c ' | 651 | sh -c ' |
652 | xdotool search --name "@Mutt" windowactivate || \ | 652 | xdotool search --name "@Mutt" windowactivate || \ |
653 | alacritty --title @Mutt \ | 653 | alacritty --title @Mutt \ |
654 | --working-directory=/home/pham/Downloads \ | 654 | --working-directory ~/Downloads \ |
655 | -e mutt | 655 | -e mutt |
656 | ' | 656 | ' |
657 | </command> | 657 | </command> |
@@ -468,6 +468,7 @@ github.raw() { | |||
468 | # GIS {{{ | 468 | # GIS {{{ |
469 | alias oo='ogr2ogr' | 469 | alias oo='ogr2ogr' |
470 | alias oi='ogrinfo -al -so' | 470 | alias oi='ogrinfo -al -so' |
471 | alias oseq='ogr2ogr -f GEOJSONSeq /vsistdout/' | ||
471 | TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' | 472 | TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' |
472 | TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' | 473 | TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' |
473 | TAIPEI_BBOX='121.346,24.926,121.676,25.209' | 474 | TAIPEI_BBOX='121.346,24.926,121.676,25.209' |