From 12cb33d274189ccebd49b7d096e5c367c61f7844 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 23 Feb 2016 17:24:12 +1100 Subject: [PATCH] Fix weird output when 'ascii_distro' isn't found --- fetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetch b/fetch index 1f3ef62d..25e6d7dd 100755 --- a/fetch +++ b/fetch @@ -2061,6 +2061,10 @@ colors () { "Windows"*) setcolors 1 2 4 3 ;; + + *) + setcolors 2 1 + ;; esac }