Skip to content

Commit 21cffcc

Browse files
hykilpikonnaJack Gannon
and
Jack Gannon
committed
[PR] dylanaraps/neofetch#2233 from JackGannonUK - Add Enso Support
Upstream PR: dylanaraps/neofetch#2233 Thanks to @JackGannonUK Co-authored-by: Jack Gannon <jack@uquinix.com>
2 parents 6f443a2 + 8d9d440 commit 21cffcc

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

neofetch

+27
Original file line numberDiff line numberDiff line change
@@ -1187,6 +1187,7 @@ get_distro() {
11871187
distro=${distro/DragonFly/DragonFlyBSD}
11881188

11891189
# Workarounds for some BSD based distros.
1190+
[[ -f /etc/os-release ]] && distro=Enso
11901191
[[ -f /etc/pcbsd-lang ]] && distro=PCBSD
11911192
[[ -f /etc/trueos-lang ]] && distro=TrueOS
11921193
[[ -f /etc/pacbsd-release ]] && distro=PacBSD
@@ -8646,6 +8647,32 @@ dMm `/++/-``/yNNh+/sdNMNddMm- mMd
86468647
EOF
86478648
;;
86488649

8650+
"Enso"*)
8651+
set_colors 8 7
8652+
read -rd '' ascii_data <<'EOF'
8653+
${c1}
8654+
.:--==--:.
8655+
:=*#%%%%%%%#####*+-.
8656+
.+%%%%%%%%%%%%###%%#*##*:
8657+
.*%%%%%%%%%#+==-==++*####*##-
8658+
=%%%%%%%#=: .-+**#***.
8659+
*%%%%%%#- ++*#**.
8660+
+%%%%%%+ -*+#**
8661+
:%%%%%%* .*+**=
8662+
*%%%%%%: --#*#
8663+
%%%%%%% +++#.
8664+
%%%%%%%. ++=*.
8665+
*%%%%%%+ .-+*+
8666+
:%%%%%%%- -:*+:
8667+
=%%%%%%%*. :.*+-
8668+
+%%%%%%%%*- :*=-
8669+
=%%%%%%%%%%#+=: =+=:
8670+
.+%%%%%%%%%%%%%. .-==:
8671+
.=#%%%%%%%%%%= ..:--:.
8672+
.-+#%%%%%+
8673+
EOF
8674+
;;
8675+
86498676
"EuroLinux"*)
86508677
set_colors 4 7
86518678
read -rd '' ascii_data <<'EOF'

0 commit comments

Comments
 (0)