ohmyzsh/plugins/tenv
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
..
README.md feat(tenv): Add tenv plugin 2024-05-26 13:52:25 +02:00
tenv.plugin.zsh feat(tenv): Add tenv plugin 2024-05-26 13:52:25 +02:00

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)