Commit 4a5d1b7e authored by Dylan Araps's avatar Dylan Araps

Ascii: Fix format

parent fd6dd9fd
...@@ -2756,7 +2756,7 @@ get_distro_colors() { ...@@ -2756,7 +2756,7 @@ get_distro_colors() {
;; ;;
"BunsenLabs"*) "BunsenLabs"*)
set_colors 0 7 set_colors fg 7
ascii_file="bunsenlabs" ascii_file="bunsenlabs"
;; ;;
...@@ -2960,29 +2960,29 @@ get_distro_colors() { ...@@ -2960,29 +2960,29 @@ get_distro_colors() {
"Linux") "Linux")
set_colors fg 8 3 set_colors fg 8 3
ascii_file="linix" ascii_file="linux"
;; ;;
*) *)
case "$kernel_name" in case "$kernel_name" in
"Linux") "Linux")
ascii_file="linux"
set_colors fg 8 3 set_colors fg 8 3
ascii_file="linux"
;; ;;
*"BSD") *"BSD")
ascii_file="bsd"
set_colors 1 7 4 3 6 set_colors 1 7 4 3 6
ascii_file="bsd"
;; ;;
"GNU"*) "GNU"*)
ascii_file="gnu"
set_colors fg set_colors fg
ascii_file="gnu"
;; ;;
"SunOS") "SunOS")
ascii_file="solaris"
set_colors 3 set_colors 3
ascii_file="solaris"
;; ;;
esac esac
;; ;;
......
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