Mon, 09 Oct 2023 18:47:36 -0500
nvim: switch to preferring last symver tag / add exceptions
1111 | 1 | #!/bin/sh |
2 | set -eu | |
3 | ||
4 | install_it() { | |
5 | mkdir -p ~/.local/bin | |
6 | curl -fsSL https://direnv.net/install.sh | | |
7 | bin_path=~/.local/bin bash >/dev/null | |
8 | } | |
9 | ||
10 | . ~/.lib/sh/stubexec.sh |