From 7653e3bef7bc9c14592a977df3344640c950b7ca Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 22 Dec 2016 20:43:58 +1100 Subject: [PATCH] Images: Fix term size on Terminology --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index d99908b4..2a107d5d 100755 --- a/neofetch +++ b/neofetch @@ -2067,7 +2067,6 @@ get_term_size() { # Split the string into height/width. if [[ "$image_program" == "tycat" ]]; then - term_size=(${term_size//;/ }) term_width="$((term_size[2] * term_size[0]))" term_height="$((term_size[3] * term_size[1]))"