.lib/stubs/gotags

Thu, 09 Nov 2023 16:54:05 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Nov 2023 16:54:05 -0600
changeset 1133
cb91318a522e
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

Add tmux popup bindings

#!/bin/sh
set -eu

install_it() {
  go install github.com/jstemmer/gotags@latest
  asdf reshim || :
}

. ~/.lib/sh/stubexec.sh

mercurial