Merge pull request #1343 from arisinfenix/guix
Fix Guix ascii not shown
This commit is contained in:
commit
501d6b7594
4
neofetch
4
neofetch
|
@ -6666,7 +6666,7 @@ eee ${c2}// \\ooo/ \\\ ${c1}eee
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"guixsd_small"*)
|
"guix_small"*)
|
||||||
set_colors 3 7 6 1 8
|
set_colors 3 7 6 1 8
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
${c1}|.__ __.|
|
${c1}|.__ __.|
|
||||||
|
@ -6679,7 +6679,7 @@ ${c1}|.__ __.|
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"GuixSD"*)
|
"Guix"*)
|
||||||
set_colors 3 7 6 1 8
|
set_colors 3 7 6 1 8
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
${c1} .. `.
|
${c1} .. `.
|
||||||
|
|
Reference in New Issue