Added support for Chrome OS

This commit is contained in:
Dylan 2016-02-16 23:47:04 +11:00
parent c22ff5ec91
commit 012938e81d
2 changed files with 24 additions and 0 deletions

4
fetch
View file

@ -1614,6 +1614,10 @@ getascii () {
ascii_colors 4 5 7
;;
"Chrome"*)
ascii_colors 2 1 3 4 7
;;
"Debian"* | "FreeBSD"* | "Elementary"* | "CrunchBang"* | "Ubuntu"*)
ascii_colors 7 1 3
;;