From 6a3a0a9af02f2defe0841901565a612fb09e6ffc Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 9 Jun 2025 15:58:25 +0800 Subject: Update --- alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alias') diff --git a/alias b/alias index 69d6bb1..fb38d3a 100644 --- a/alias +++ b/alias @@ -411,7 +411,7 @@ cdg() { alias cdgg='cd $(git rev-parse --show-toplevel)' alias cdgw='cdgg && cd .github/workflows' alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule -alias ch="/home/pham/helper/bin/git/check-repos.sh" +ch() { list=~/helper/bin/git/check-repos.sh; test -f $list && $list; } alias git.check="/home/pham/helper/bin/git/check-repos.sh" alias cgit{.,''}rc='sudo vim /etc/cgitrc' -- cgit v1.2.3-70-g09d2 From 9df08b14a11e771ca2c3777f18bb18647898da37 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 11 Jun 2025 11:02:58 +0800 Subject: Update --- X11/openbox/rc.xml | 2 +- alias | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'alias') 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 @@ sh -c ' xdotool search --name "@Mutt" windowactivate || \ alacritty --title @Mutt \ - --working-directory=/home/pham/Downloads \ + --working-directory ~/Downloads \ -e mutt ' diff --git a/alias b/alias index fb38d3a..6706cfd 100644 --- a/alias +++ b/alias @@ -468,6 +468,7 @@ github.raw() { # GIS {{{ alias oo='ogr2ogr' alias oi='ogrinfo -al -so' +alias oseq='ogr2ogr -f GEOJSONSeq /vsistdout/' TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' TAIPEI_BBOX='121.346,24.926,121.676,25.209' -- cgit v1.2.3-70-g09d2