Sun, 02 Jan 2022 03:07:39 -0600
Disable diffopt hiddenoff (newer default?) enable patience diff
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
1 | #!/bin/sh |
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
2 | set -eu |
915 | 3 | . ~/.lib/sh/stubexec.sh |
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
4 | |
957 | 5 | install_it() { |
6 | cpanm -n 'https://github.com/darold/pgFormatter.git' | |
7 | plenv rehash || : | |
8 | } | |
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
9 | |
932 | 10 | stubexec "$@" |