1
0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-12-12 19:18:28 +02:00

trip terraform whitespace

This commit is contained in:
romkatv 2019-08-19 16:35:26 +02:00
parent b3010c0156
commit 3090ae6633

View File

@ -3048,6 +3048,7 @@ function prompt_terraform() {
local f=${TF_DATA_DIR:-.terraform}/environment
[[ -r $f ]] && _p9k_read_file $f && ws=$_p9k_ret
fi
ws=${${ws##[[:space:]]#}%%[[:space:]]#}
[[ $ws == default ]] || _p9k_prompt_segment $0 $_p9k_color1 blue TERRAFORM_ICON 0 '' $ws
}