From ea61ca96b7db122b5c1b9aeaa49692b40e960b1a Mon Sep 17 00:00:00 2001 From: OldWorldOrdr Date: Fri, 24 Nov 2023 19:35:56 -0500 Subject: [PATCH] Update neofetch --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 583da6bb..2da7f2f9 100755 --- a/neofetch +++ b/neofetch @@ -1038,7 +1038,7 @@ get_os() { os=BSD ;; - CYGWIN*|MSYS*|MINGW*) + CYGWIN*|MSYS*|MINGW*|Windows_NT) os=Windows ;;