Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Added ascii art for OmniOS illumos distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Sep 12, 2022
1 parent cf95492 commit 5de301d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -9077,6 +9077,22 @@ Q@@@@@ggg@@f@ @@@@@@L
EOF
;;

"OmniOS"*)
set_colors 15 3 8
read -rd '' ascii_data <<'EOF'
${c1}
____ __ __ _ _ _
/ __ \ | \/ || \ | || |
| | | || || \| || |
| |__| || |\/| || , `${c2}_${c1}||${c2}_${c1}| ${c2}____${c1}
\____/ |_| |_||_|\${c2}/ __ \ / ___|
| | | ||(__
${c3}community${c2} | |__| | ___)|
${c3}edition${c2} \____/ |____/
EOF
;;

"openbsd_small")
set_colors 3 7 6 1 8
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit 5de301d

Please sign in to comment.