Commit 0c602800 authored by Dylan Araps's avatar Dylan Araps

Ascii: Fix ascii_distro and windows10, closes #725

parent 25682899
...@@ -3372,7 +3372,7 @@ get_distro_colors() { ...@@ -3372,7 +3372,7 @@ get_distro_colors() {
ascii_file="void" ascii_file="void"
;; ;;
*"[Windows 10]"* | *"on Windows 10"* | "Windows 8"* | "Windows 10"*) *"[Windows 10]"* | *"on Windows 10"* | "Windows 8"* | "Windows 10"* | "windows10" | "windows8" )
set_colors 6 7 set_colors 6 7
ascii_file="windows10" ascii_file="windows10"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment