ASCII: Added ASCII art for AIX
This commit is contained in:
parent
9667fccbd7
commit
79ef172623
2 changed files with 25 additions and 0 deletions
20
ascii/distro/aix
Normal file
20
ascii/distro/aix
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
${c1} `:+ssssossossss+-`
|
||||||
|
.oys///oyhddddhyo///sy+.
|
||||||
|
/yo:+hNNNNNNNNNNNNNNNNh+:oy/
|
||||||
|
:h/:yNNNNNNNNNNNNNNNNNNNNNNy-+h:
|
||||||
|
`ys.yNNNNNNNNNNNNNNNNNNNNNNNNNNy.ys
|
||||||
|
`h+-mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm-oh
|
||||||
|
h+-NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN.oy
|
||||||
|
/d`mNNNNNNN/::mNNNd::m+:/dNNNo::dNNNd`m:
|
||||||
|
h//NNNNNNN: . .NNNh mNo od. -dNNNNN:+y
|
||||||
|
N.sNNNNNN+ -N/ -NNh mNNd. sNNNNNNNo-m
|
||||||
|
N.sNNNNNs +oo /Nh mNNs` ` /mNNNNNNo-m
|
||||||
|
h//NNNNh ossss` +h md- .hm/ `sNNNNN:+y
|
||||||
|
:d`mNNN+/yNNNNNd//y//h//oNNNNy//sNNNd`m-
|
||||||
|
yo-NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNm.ss
|
||||||
|
`h+-mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm-oy
|
||||||
|
sy.yNNNNNNNNNNNNNNNNNNNNNNNNNNs.yo
|
||||||
|
:h+-yNNNNNNNNNNNNNNNNNNNNNNs-oh-
|
||||||
|
:ys:/yNNNNNNNNNNNNNNNmy/:sy:
|
||||||
|
.+ys///osyhhhhys+///sy+.
|
||||||
|
-/osssossossso/-
|
5
neofetch
5
neofetch
|
@ -2580,6 +2580,11 @@ get_distro_colors() {
|
||||||
#
|
#
|
||||||
# $ascii_distro is the same as $distro.
|
# $ascii_distro is the same as $distro.
|
||||||
case "$ascii_distro" in
|
case "$ascii_distro" in
|
||||||
|
"AIX"*)
|
||||||
|
set_colors 2 7
|
||||||
|
ascii_file="aix"
|
||||||
|
;;
|
||||||
|
|
||||||
"alpine_small")
|
"alpine_small")
|
||||||
set_colors 4 7
|
set_colors 4 7
|
||||||
ascii_file="alpine_small"
|
ascii_file="alpine_small"
|
||||||
|
|
Loading…
Reference in a new issue