aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-07-02 07:33:12 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-07-02 07:33:12 +0300
commitbe66f21f5338ae9243403ce37a7a03931617648f (patch)
treed3a54360b12a5587d386bc6d4c3659f6b213f38f /internal/p10k.zsh
parenta88e11f54b567f1d30a4e699c3b53966375bc4bf (diff)
replace NETWORK_ICON
The original icon (U+FBF1) is in fact a ligature. Some terminals do funky things when displaying it. For example: print '\uFBF1 42 abc' When executed in a VTE-based terminal with Nerd Fonts, it'll print this: 42 X abc Here X stands for the glyph that Nerd Fonts uses for U+FBF1.
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 7a37056b..b59f86d2 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -7728,7 +7728,7 @@ _p9k_must_init() {
[[ $sig == $_p9k__param_sig ]] && return 1
_p9k_deinit
fi
- _p9k__param_pat=$'v98\1'${(q)ZSH_VERSION}$'\1'${(q)ZSH_PATCHLEVEL}$'\1'
+ _p9k__param_pat=$'v99\1'${(q)ZSH_VERSION}$'\1'${(q)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+=$'$GITSTATUS_CACHE_DIR\1$GITSTATUS_AUTO_INSTALL\1${ZLE_RPROMPT_INDENT:-1}\1'