From 2837d9bed1fa6847b7a023be211fc4bcc3a7a4c6 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Tue, 20 Jun 2017 20:48:16 +0700 Subject: [PATCH] ASCII: Fix ASCII not appearing in IRIX64 systems --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 69c5ed65..3004bb2c 100755 --- a/neofetch +++ b/neofetch @@ -3486,7 +3486,7 @@ get_distro_colors() { ascii_file="solaris" ;; - "IRIX") + "IRIX"*) set_colors 4 7 ascii_file="irix" ;;