Color Blocks: Fix issue when cols function is called more than once

master
Dylan Araps 9 years ago
parent f6ab18dec9
commit 1c3db96a8d
  1. 2
      neofetch

@ -1847,6 +1847,8 @@ get_cols() {
cols="${cols%%'nl'}"
cols="${cols//nl/\\n\\033[${text_padding}C${zws}}"
fi
unset blocks blocks2
}
# IMAGES

Loading…
Cancel
Save