浏览代码

Fix the terraform function name (#6418)

* Fix the terraform function name

Current function name do worse. I always use `terr<TAB>` and before those prompt it was add space in the end. Now because we have multiple functions and binaries started with terraform there are no space.

* Updated terraform readme

Updated the name of new function name
Michael Nikitochkin 7 年之前
父节点
当前提交
510d90749f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      plugins/terraform/README.md
  2. 1 1
      plugins/terraform/terraform.plugin.zsh

+ 1 - 1
plugins/terraform/README.md

@@ -17,5 +17,5 @@ your .zsh-theme file and in a choosen place insert:
 
 ```
 $FG[045]\
-$(terraform_prompt_info)\
+$(tf_prompt_info)\
 ```

+ 1 - 1
plugins/terraform/terraform.plugin.zsh

@@ -1,4 +1,4 @@
-function terraform_prompt_info() {
+function tf_prompt_info() {
     # check if in terraform dir
     if [ -d .terraform ]; then
       workspace=$(terraform workspace show 2> /dev/null) || return