ASCII: Fix ASCII not appearing in IRIX64 systems
This commit is contained in:
parent
0b54a97c04
commit
2837d9bed1
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -3486,7 +3486,7 @@ get_distro_colors() {
|
|||
ascii_file="solaris"
|
||||
;;
|
||||
|
||||
"IRIX")
|
||||
"IRIX"*)
|
||||
set_colors 4 7
|
||||
ascii_file="irix"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue