aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/icons.zsh2
-rw-r--r--internal/p10k.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/icons.zsh b/internal/icons.zsh
index f1d54fd7..7bd794b2 100644
--- a/internal/icons.zsh
+++ b/internal/icons.zsh
@@ -617,7 +617,7 @@ function _p9k_init_icons() {
RANGER_ICON 'ranger'
MIDNIGHT_COMMANDER_ICON 'mc'
VIM_ICON 'vim'
- TERRAFORM_ICON 'terraform'
+ TERRAFORM_ICON 'tf'
PROXY_ICON 'proxy'
DOTNET_ICON '.net'
DOTNET_CORE_ICON '.net'
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 523141ad..6c448b60 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -7439,7 +7439,7 @@ _p9k_must_init() {
[[ $sig == $_p9k__param_sig ]] && return 1
_p9k_deinit
fi
- _p9k__param_pat=$'v69\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1'
+ _p9k__param_pat=$'v70\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1'
_p9k__param_pat+=$'${#parameters[(I)POWERLEVEL9K_*]}\1${(%):-%n%#}\1$GITSTATUS_LOG_LEVEL\1'
_p9k__param_pat+=$'$GITSTATUS_ENABLE_LOGGING\1$GITSTATUS_DAEMON\1$GITSTATUS_NUM_THREADS\1'
_p9k__param_pat+=$'$DEFAULT_USER\1${ZLE_RPROMPT_INDENT:-1}\1$P9K_SSH\1$__p9k_ksh_arrays\1'