trip terraform whitespace
This commit is contained in:
parent
b3010c0156
commit
3090ae6633
|
@ -3048,6 +3048,7 @@ function prompt_terraform() {
|
||||||
local f=${TF_DATA_DIR:-.terraform}/environment
|
local f=${TF_DATA_DIR:-.terraform}/environment
|
||||||
[[ -r $f ]] && _p9k_read_file $f && ws=$_p9k_ret
|
[[ -r $f ]] && _p9k_read_file $f && ws=$_p9k_ret
|
||||||
fi
|
fi
|
||||||
|
ws=${${ws##[[:space:]]#}%%[[:space:]]#}
|
||||||
[[ $ws == default ]] || _p9k_prompt_segment $0 $_p9k_color1 blue TERRAFORM_ICON 0 '' $ws
|
[[ $ws == default ]] || _p9k_prompt_segment $0 $_p9k_color1 blue TERRAFORM_ICON 0 '' $ws
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue