ohmyzsh/plugins/tenv/README.md
Carlos Colaço fd403258f9
feat(tenv): Add tenv plugin
Add plugin with completions for tenv:
OpenTofu, Terraform, Terragrunt and Atmos version manager, written in Go.
2024-05-26 13:52:25 +02:00

259 B

tenv plugin

This plugin adds completion for tenv, OpenTofu, Terraform, Terragrunt and Atmos version manager, written in Go.

To use it, add tenv to the plugins array in your zshrc file:

plugins=(... tenv)