pfetch: clean up

This commit is contained in:
Dylan Araps 2019-09-24 18:22:24 +03:00
parent 59cb85b3f9
commit 06c73f3977

2
pfetch
View File

@ -82,7 +82,7 @@ log() {
"$2"
# Keep track of the number of times 'log()' has been run.
info_height=$((info_height + 1))
: $((info_height+=1))
}
get_title() {