Skip to content

Commit

Permalink
replace NETWORK_ICON; the original (U+F877) triggers a bug on macOS; …
Browse files Browse the repository at this point in the history
…see #895
  • Loading branch information
romkatv committed Jul 16, 2020
1 parent 4635fca commit 620e69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/icons.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function _p9k_init_icons() {
HOME_SUB_ICON '\uF07C'$s #
FOLDER_ICON '\uF115'$s #
ETC_ICON '\uF013'$s #
NETWORK_ICON '\uF877'$s #
NETWORK_ICON '\uF50D'$s #
LOAD_ICON '\uF080 ' #
SWAP_ICON '\uF464'$s #
RAM_ICON '\uF0E4'$s #
Expand Down
2 changes: 1 addition & 1 deletion internal/p10k.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -7742,7 +7742,7 @@ _p9k_must_init() {
[[ $sig == $_p9k__param_sig ]] && return 1
_p9k_deinit
fi
_p9k__param_pat=$'v99\1'${(q)ZSH_VERSION}$'\1'${(q)ZSH_PATCHLEVEL}$'\1'
_p9k__param_pat=$'v100\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'
Expand Down

0 comments on commit 620e69f

Please sign in to comment.