Open madpipeline opened 5 years ago
Oh-My-Zsh has a plugin for Terraform. Can we add support for it in this theme?
Terraform
Acording to https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/terraform/README.md we just need to call tf_prompt_info in order to get the current workspace name.
tf_prompt_info
I made a PR for this: #303 I've been using this for some time and it works for me.
Oh-My-Zsh has a plugin for
Terraform
. Can we add support for it in this theme?Acording to https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/terraform/README.md we just need to call
tf_prompt_info
in order to get the current workspace name.