aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2021-07-17 11:13:48 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2021-07-17 11:13:48 +0300
commit942c4cf640866d9655d00a2895548acee3ebf64a (patch)
tree6d7f7dcbac927cd6451428df1843a7da18058996 /internal
parent1e7be00e04a6e34bdcc7574297413fd6a48be51f (diff)
parentdae5f7f1c9ef5116b046f1f9b31a9bdf2154e76b (diff)
Merge branch 'alexganwd-master'
Diffstat (limited to 'internal')
-rw-r--r--internal/p10k.zsh11
1 files changed, 11 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 935a86d9..510bf3c5 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -4887,6 +4887,17 @@ _p9k_prompt_terraform_init() {
typeset -g "_p9k__segment_cond_${_p9k__prompt_side}[_p9k__segment_index]"='$commands[terraform]'
}
+function prompt_terraform_version() {
+ _p9k_cached_cmd 0 '' terraform --version
+ [[ $_p9k__ret == (#b)Terraform\ v([[:digit:].]##)* ]]
+ local terraform_version=$match[1]
+ _p9k_prompt_segment "$0$state" $_p9k_color1 red TERRAFORM_ICON 0 '' "tf:$terraform_version"
+}
+
+_p9k_prompt_terraform_version_init() {
+ typeset -g "_p9k__segment_cond_${_p9k__prompt_side}[_p9k__segment_index]"='$commands[terraform]'
+}
+
function prompt_proxy() {
local -U p=(
$all_proxy $http_proxy $https_proxy $ftp_proxy