add color-reset to ascii logo drawing
This commit is contained in:
parent
78f355ba6d
commit
614fad0421
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -3416,7 +3416,7 @@ get_ascii() {
|
||||||
ascii_data="${ascii_data//\$\{c6\}/$c6}"
|
ascii_data="${ascii_data//\$\{c6\}/$c6}"
|
||||||
|
|
||||||
((text_padding=ascii_length+gap))
|
((text_padding=ascii_length+gap))
|
||||||
printf '%b\n' "$ascii_data"
|
printf '%b\n' "$ascii_data${reset}"
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue