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

9 lines
259 B
Markdown

# tenv plugin
This plugin adds completion for [tenv](https://github.com/tofuutils/tenv), OpenTofu, Terraform, Terragrunt and Atmos version manager, written in Go.
To use it, add `tenv` to the plugins array in your zshrc file:
```zsh
plugins=(... tenv)
```