# 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) ```