Made variables local in get_cols function
The variables blocks, blocks2, and cols were not set as local in the get_cols function, which made neofetch print whatever value they had before showing the colorblocks. This commit makes these variables local so the output doesn't get affected if they are set beforehand.
This commit is contained in:
parent
b6b320a75a
commit
2ecd8102d0