mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
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.
This commit is contained in:
parent
41eedd3700
commit
28c3ff3990
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue