mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Add plugin with completions for tenv: OpenTofu, Terraform, Terragrunt and Atmos version manager, written in Go.
259 B
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)