aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-04-01 12:49:49 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-04-01 12:49:49 +0300
commitdfc98adb5c96911a7103c265f192275f4221c9b4 (patch)
tree8e33cf2605e65abe46952d055cd9fde352c5f7d2 /internal/p10k.zsh
parent86f6f5827959807cb55b3a68c341e38fe9937d07 (diff)
use a more portable PROXY_ICON; fixes #596
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r--internal/p10k.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 12a2a4bb..fcd2106c 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -7563,7 +7563,7 @@ _p9k_must_init() {
[[ $sig == $_p9k__param_sig ]] && return 1
_p9k_deinit
fi
- _p9k__param_pat=$'v76\1'${ZSH_VERSION}$'\1'${ZSH_PATCHLEVEL}$'\1'
+ _p9k__param_pat=$'v77\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'