Move comment to right place
This commit is contained in:
parent
7023a37658
commit
77fe15cb29
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2208,9 +2208,9 @@ getimage () {
|
||||||
|
|
||||||
# Calculate font size
|
# Calculate font size
|
||||||
if [ "$os" == "Mac OS X" ]; then
|
if [ "$os" == "Mac OS X" ]; then
|
||||||
|
# Fixes padding issues in iTerm2.
|
||||||
font_width=$((term_width / columns / 2))
|
font_width=$((term_width / columns / 2))
|
||||||
else
|
else
|
||||||
# Fixes padding issues in iTerm2.
|
|
||||||
font_width=$((term_width / columns))
|
font_width=$((term_width / columns))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue