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.
9 lines
259 B
Markdown
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)
|
|
```
|