mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
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.
This commit is contained in:
+1
-1
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user