mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
add an icon for amazon linux (#1706)
This commit is contained in:
parent
fba50d9671
commit
e1c52e08d4
3 changed files with 9 additions and 1 deletions
|
|
@ -1093,6 +1093,7 @@ function os_icon_name() {
|
|||
*void*) echo LINUX_VOID_ICON;;
|
||||
*artix*) echo LINUX_ARTIX_ICON;;
|
||||
*rhel*) echo LINUX_RHEL_ICON;;
|
||||
amzn) echo LINUX_AMZN_ICON;;
|
||||
*) echo LINUX_ICON;;
|
||||
esac
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue