diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-07-25 22:40:10 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-07-25 22:40:10 +0300 |
commit | baf03bf48ebabdf506b89a8d97e8be36debcc94e (patch) | |
tree | e15c7fb5901b0130481c4198ee5e8c5190554aad /internal/p10k.zsh | |
parent | 7e9a79f3f1ffefadde83630f9beb6e9708d26b42 (diff) | |
parent | 367c667de66e8227d55b4726390d07aa45c4b3f6 (diff) |
Merge branch 'mgkurtz-mgk/rocky'
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 ;; |