diff options
author | Markus Kurtz <kurtz@mathematik.uni-kl.de> | 2023-07-25 21:50:59 +0300 |
---|---|---|
committer | Markus Kurtz <kurtz@mathematik.uni-kl.de> | 2023-07-25 21:50:59 +0300 |
commit | 12aa3fa3c423fa2aaaf9fe22d8c2021af1d73ecb (patch) | |
tree | a58d0b8e7550628cfde983ac65009d9ea85fab76 /internal/p10k.zsh | |
parent | 7e9a79f3f1ffefadde83630f9beb6e9708d26b42 (diff) |
Add rocky icon
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 97c14710..c3d96561 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -8580,6 +8580,7 @@ function _p9k_init_cacheable() { *rhel*) _p9k_set_os Linux LINUX_RHEL_ICON;; amzn) _p9k_set_os Linux LINUX_AMZN_ICON;; endeavouros) _p9k_set_os Linux LINUX_ENDEAVOUROS_ICON;; + rocky) _p9k_set_os Linux LINUX_ROCKY_ICON;; *) _p9k_set_os Linux LINUX_ICON;; esac ;; |