nerdfonts-v3: add an icon for EndevourOS (#1933)

This commit is contained in:
Roman Perepelitsa 2023-04-02 13:34:20 +02:00
commit 6c82236d6f
3 changed files with 9 additions and 0 deletions

View file

@ -1115,6 +1115,7 @@ function os_icon_name() {
*artix*) echo LINUX_ARTIX_ICON;;
*rhel*) echo LINUX_RHEL_ICON;;
amzn) echo LINUX_AMZN_ICON;;
endeavouros) echo LINUX_ENDEAVOUROS_ICON;;
*) echo LINUX_ICON;;
esac
;;