From 3cb804f95b4ca56bcf60416de2151845059d9698 Mon Sep 17 00:00:00 2001 From: Andrew Titmuss Date: Mon, 14 Mar 2016 21:26:04 +1100 Subject: [PATCH] oops there was a debug line... --- neofetch | 2 -- 1 file changed, 2 deletions(-) diff --git a/neofetch b/neofetch index 3f532ce2..2eba2312 100755 --- a/neofetch +++ b/neofetch @@ -1508,14 +1508,12 @@ getdisk () { disk_total=${disk_total/G} if [[ "$disk_used" == *"T" ]]; then - touch "terabyte_used" disk_used=${disk_used/T} disk_used=$(echo "${disk_used} * 1000" | bc) disk_used=${disk_used/'.'*} fi if [[ "$disk_total" == *"T" ]]; then - touch "terabyte_total" disk_total=${disk_total/T} disk_total=$(echo "${disk_total} * 1000" | bc) disk_total=${disk_total/'.'*}