diff --git a/neofetch b/neofetch index b9270cbb..5378a049 100755 --- a/neofetch +++ b/neofetch @@ -2364,7 +2364,8 @@ get_underline() { } get_line_break() { - line_break="${zws} " + # Print it directly. + printf "%s\n" "${zws} " # Calculate info height info_height="$((info_height+=1))"