Skip to content

Commit

Permalink
use a more portable PROXY_ICON; fixes #596
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Apr 1, 2020
1 parent 86f6f58 commit dfc98ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions internal/icons.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function _p9k_init_icons() {
MIDNIGHT_COMMANDER_ICON 'mc'
VIM_ICON 'vim'
TERRAFORM_ICON 'tf'
PROXY_ICON '\u2B82' #
PROXY_ICON '\u2194' #
DOTNET_ICON '.NET'
DOTNET_CORE_ICON '.NET'
AZURE_ICON '\u2601' #
Expand Down Expand Up @@ -245,7 +245,7 @@ function _p9k_init_icons() {
MIDNIGHT_COMMANDER_ICON 'mc'
VIM_ICON 'vim'
TERRAFORM_ICON 'tf'
PROXY_ICON '\u2B82' #
PROXY_ICON '\u2194' #
DOTNET_ICON '.NET'
DOTNET_CORE_ICON '.NET'
AZURE_ICON '\u2601' #
Expand Down Expand Up @@ -373,7 +373,7 @@ function _p9k_init_icons() {
MIDNIGHT_COMMANDER_ICON 'mc'
VIM_ICON 'vim'
TERRAFORM_ICON 'tf'
PROXY_ICON '\u2B82' #
PROXY_ICON '\u2194' #
DOTNET_ICON '.NET'
DOTNET_CORE_ICON '.NET'
AZURE_ICON '\u2601' #
Expand Down Expand Up @@ -499,7 +499,7 @@ function _p9k_init_icons() {
MIDNIGHT_COMMANDER_ICON 'mc'
VIM_ICON '\uE62B' #
TERRAFORM_ICON '\uF1BB ' #
PROXY_ICON '\u2B82' #
PROXY_ICON '\u2194' #
DOTNET_ICON '\uE77F' #
DOTNET_CORE_ICON '\uE77F' #
AZURE_ICON '\uFD03' #
Expand Down
2 changes: 1 addition & 1 deletion internal/p10k.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit dfc98ad

Please sign in to comment.