Ascii: Fix ascii_distro and windows10, closes #725
This commit is contained in:
parent
256828995d
commit
0c602800f5
1 changed files with 3 additions and 3 deletions
2
neofetch
2
neofetch
|
@ -3372,7 +3372,7 @@ get_distro_colors() {
|
|||
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
|
||||
ascii_file="windows10"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue