diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-07 15:03:57 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-07 15:03:57 +0100 |
commit | 587fed3bb6003f3c986d428c70eebf9cd173ed90 (patch) | |
tree | e08e9e42b0c10ae1a7d8074ae7d1dfebe13030dd | |
parent | e578633a77934fb70bbf0e41e5f21bcc89520e7b (diff) |
added ectags
-rwxr-xr-x | provision_openbsd.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provision_openbsd.ksh b/provision_openbsd.ksh index b2858d0..794ed69 100755 --- a/provision_openbsd.ksh +++ b/provision_openbsd.ksh @@ -54,7 +54,7 @@ create_venvs() { print "virtualenv created" } -doas pkg_add fzf the_silver_searcher zip +doas pkg_add ectags fzf the_silver_searcher zip if [ $INC_CODE -eq 1 ]; then ssh-add -v |