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

Add Uos #1991

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add Uos #1991

wants to merge 2 commits into from

Conversation

gaoajia
Copy link

@gaoajia gaoajia commented Dec 11, 2021

Description

Add UnionTech OS to neofetch

hykilpikonna added a commit to hykilpikonna/hyfetch that referenced this pull request Jul 31, 2022
Upstream PR: dylanaraps/neofetch#1991
Thanks to @gaoajia

Co-authored-by: icpove <gaoajia@qq.com>
@hykilpikonna
Copy link

Thank you for your contribution!

This PR is merged into hyfetch since this repo (dylanaraps/neofetch) seems no longer maintained.

HyFetch is a fork of neofetch with LGBTQ pride flags, but the repo also maintains an updated version of the original neofetch, addressing many pull requests that are not merged in the original repo.

Read the "Running Updated Original Neofetch" section for more info!

@@ -11054,6 +11054,33 @@ oss${c2}yNMMMNyMMh${c1}sssssssssssssshmmmh${c1}ssssssso
EOF
;;

"Uos"*)
set_colors 1 7 3
read -rd '' ascii_data >>'EOF'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also the syntax here is wrong, it's supposed to be << 'EOF'

Just realized the shellcheck warnings

Suggested change
read -rd '' ascii_data >>'EOF'
read -rd '' ascii_data << 'EOF'

image

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also fixed the leading space, you can check this commit: hykilpikonna/hyfetch@e12efe5

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Looks nice!)

image

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing the mistakes I made

I just installed hyfetch and found it to be really good, fantastic!

hykilpikonna added a commit to hykilpikonna/hyfetch that referenced this pull request Aug 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants