diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-04-02 14:20:27 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-04-02 14:20:27 +0300 |
commit | ec1702caf1c61d8b2a04658857c1c526aa989901 (patch) | |
tree | 3687864ba4d0d205c54466aef3b6d12a385baa49 /internal | |
parent | f02b8d365baae5336a5399256739930fa323f3f1 (diff) |
nerdfonts-v3: add icons for artix and void linux (#2033)
Diffstat (limited to 'internal')
-rw-r--r-- | internal/icons.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/icons.zsh b/internal/icons.zsh index c6a14ffc..b49f9951 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -475,8 +475,8 @@ function _p9k_init_icons() { LINUX_OPENSUSE_ICON '\uF314'$s # LINUX_SABAYON_ICON '\uF317'$s # LINUX_SLACKWARE_ICON '\uF319'$s # - LINUX_VOID_ICON '\uF17C' # - LINUX_ARTIX_ICON '\uF17C' # + LINUX_VOID_ICON '\UF32E'$s # + LINUX_ARTIX_ICON '\UF31F'$s # LINUX_UBUNTU_ICON '\uF31b'$s # LINUX_RHEL_ICON '\uF316'$s # LINUX_AMZN_ICON '\uF270'$s # |