commit
9868784ff3
|
@ -33,6 +33,7 @@
|
||||||
- Added Ubuntu-MATE ascii art.
|
- Added Ubuntu-MATE ascii art.
|
||||||
- Fixed ArchLabs ascii art. **[@erikdubois](https://github.com/erikdubois)**
|
- Fixed ArchLabs ascii art. **[@erikdubois](https://github.com/erikdubois)**
|
||||||
- Updated GoboLinux ascii art. **[@WilsonRU](https://github.com/WilsonRU)**
|
- Updated GoboLinux ascii art. **[@WilsonRU](https://github.com/WilsonRU)**
|
||||||
|
- Fixed `--ascii_distro windows10` not working.
|
||||||
|
|
||||||
|
|
||||||
## Info
|
## Info
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -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"
|
||||||
;;
|
;;
|
||||||
|
|
Reference in New Issue