From be9fadf7c4b7acd999f55a88fb043b7ab44e9669 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 2 Oct 2016 11:27:24 +1100 Subject: [PATCH] Fix ascii colors on Windows 10 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 8a625648..6e85357a 100755 --- a/neofetch +++ b/neofetch @@ -2513,7 +2513,7 @@ colors() { setcolors 2 8 ;; - "Windows 8"* | "Windows 10"*) + "Windows 8"* | "Windows 10"* | "Ubuntu"*"Windows") setcolors 6 ascii_distro="windows10" ;;