Remove comments
This commit is contained in:
parent
3636abd2ac
commit
c3164b7cfe
5
neofetch
5
neofetch
|
@ -2207,12 +2207,7 @@ getimage () {
|
|||
columns=$(tput cols)
|
||||
|
||||
# Calculate font size
|
||||
# if [ "$os" == "Mac OS X" ]; then
|
||||
# # Fixes padding issues in iTerm2.
|
||||
# font_width=$((term_width / columns / 2))
|
||||
# else
|
||||
font_width=$((term_width / columns))
|
||||
# fi
|
||||
|
||||
# Image size is half of the terminal
|
||||
case "$image_size" in
|
||||
|
|
Reference in New Issue