mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
terraform: update README (#7934)
Add better usage instructions for the plugin which actually work
This commit is contained in:
parent
c105c04b6b
commit
5f743e1a84
1 changed files with 8 additions and 3 deletions
|
@ -10,6 +10,12 @@ Current as of Terraform v0.11.7
|
|||
|
||||
### Usage
|
||||
|
||||
To use it, add `terraform` to the plugins array of your `~/.zshrc` file:
|
||||
|
||||
```shell
|
||||
plugins=(... terraform)
|
||||
```
|
||||
|
||||
* Type `terraform` into your prompt and hit `TAB` to see available completion options
|
||||
|
||||
### Expanding ZSH prompt with current Terraform workspace name
|
||||
|
@ -17,7 +23,6 @@ Current as of Terraform v0.11.7
|
|||
If you want to get current Terraform workspace name in your ZSH prompt open
|
||||
your .zsh-theme file and in a chosen place insert:
|
||||
|
||||
```
|
||||
$FG[045]\
|
||||
$(tf_prompt_info)\
|
||||
```shell
|
||||
PROMPT=$'%{$fg[white]%}$(tf_prompt_info)%{$reset_color%} '
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue