diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-02 07:33:12 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-07-02 07:33:12 +0300 |
commit | be66f21f5338ae9243403ce37a7a03931617648f (patch) | |
tree | d3a54360b12a5587d386bc6d4c3659f6b213f38f /internal/icons.zsh | |
parent | a88e11f54b567f1d30a4e699c3b53966375bc4bf (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/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 f9331df1..5181d45e 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 '\uFBF1'$s # ﯱ + NETWORK_ICON '\uF877'$s # LOAD_ICON '\uF080 ' # SWAP_ICON '\uF464'$s # RAM_ICON '\uF0E4'$s # |