diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-04-02 14:34:20 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-04-02 14:34:20 +0300 |
commit | 6c82236d6ff803b928a8935ea48318940a17425c (patch) | |
tree | 720b0b1e74454360cd3885b0e44b8881bea5d9cd /internal/p10k.zsh | |
parent | 6b50e0918b66d390891b585a9d38463e04d22fab (diff) |
nerdfonts-v3: add an icon for EndevourOS (#1933)
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 b0096548..cd49b689 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -8485,6 +8485,7 @@ function _p9k_init_cacheable() { *artix*) _p9k_set_os Linux LINUX_ARTIX_ICON;; *rhel*) _p9k_set_os Linux LINUX_RHEL_ICON;; amzn) _p9k_set_os Linux LINUX_AMZN_ICON;; + endeavouros) _p9k_set_os Linux LINUX_ENDEAVOUROS_ICON;; *) _p9k_set_os Linux LINUX_ICON;; esac ;; |