OS: Added support for Amazon Linux AMI
This commit is contained in:
parent
92b68e506e
commit
46c195c60f
2 changed files with 24 additions and 0 deletions
5
neofetch
5
neofetch
|
|
@ -2893,6 +2893,11 @@ get_distro_colors() {
|
|||
ascii_file="alpine"
|
||||
;;
|
||||
|
||||
"Amazon"*)
|
||||
set_colors 3 7
|
||||
ascii_file="amazon"
|
||||
;;
|
||||
|
||||
"Android"*)
|
||||
set_colors 2 7
|
||||
ascii_file="android"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue