From 265e14b1518770820d26c8a603de4764dc348971 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Dec 2016 23:56:33 +1100 Subject: [PATCH] Disk: Remove test --- neofetch | 6 ------ 1 file changed, 6 deletions(-) diff --git a/neofetch b/neofetch index 9864ed15..a5a64400 100755 --- a/neofetch +++ b/neofetch @@ -22,11 +22,6 @@ shopt -s nocasematch # Reset colors/bold reset="\033[0m" -echo; echo -df -h -echo; echo -exit - # DETECT INFORMATION get_os() { @@ -1551,7 +1546,6 @@ get_disk() { case "$os" in "Haiku") return ;; "Mac OS X") ;; - *) disk_used="${disks[9]}" disk_total="${disks[8]}"