diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-04-05 19:14:52 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-04-05 19:14:52 +0300 |
commit | 1cff22491b730c6a7bed7a306376f975ee16f81f (patch) | |
tree | e3d93342168c8a20e2cf82b9c358cf90e3805288 /internal/icons.zsh | |
parent | b474978b2e9435c10ca66f8281352ebc825264f4 (diff) |
fix the kubernetes icon (#2217)
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 4a60756b..0a6c665d 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -524,7 +524,7 @@ function _p9k_init_icons() { EXECUTION_TIME_ICON '\uF252'$s # SSH_ICON '\uF489'$s # VPN_ICON '\UF023' # - KUBERNETES_ICON '\F10FE' # + KUBERNETES_ICON '\UF10FE' # DROPBOX_ICON '\UF16B'$s # DATE_ICON '\uF073 ' # TIME_ICON '\uF017 ' # |