diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-16 16:58:19 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-16 16:58:19 +0300 |
commit | 620e69fef1f1197998810d373f41b6e2a8fa651d (patch) | |
tree | de4b605435298b13df8a30f8a6960afff797d088 /internal/icons.zsh | |
parent | 4635fcaceec0f16bbeba9da8e3512fbedf709b8e (diff) |
replace NETWORK_ICON; the original (U+F877) triggers a bug on macOS; see #895
Diffstat (limited to 'internal/icons.zsh')
-rw-r--r-- | internal/icons.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/icons.zsh b/internal/icons.zsh index 5181d45e..0c3bd86a 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -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 # |