.lib/stubs/just@5c37b939b296
.lib/stubs/just
Mon, 01 Jan 2024 14:42:03 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 01 Jan 2024 14:42:03 -0600
- changeset 1143
- 5c37b939b296
- parent 1119
-
84cd2286f0bf
- permissions
- -rwxr-xr-x
skip luasnip/jsregexp build on windows
#!/bin/sh
set -eu
install_it() {
bina_install "casey/just"
# cargo install just
}
# This can probably be removed next time you look here
export JUST_CHOOSER="fzf --preview 'just --show {}'"
. ~/.lib/sh/stubexec.sh