diff --git a/neofetch b/neofetch index ca2d136e..d51dbbb8 100755 --- a/neofetch +++ b/neofetch @@ -1039,7 +1039,7 @@ get_os() { os=BSD ;; - CYGWIN*|MSYS*|MINGW*) + CYGWIN*|MSYS*|MINGW*|Windows_NT) os=Windows ;;