From 43eaf34242ddecc74036f4af9e0ec3004607099b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Dec 2016 23:52:10 +1100 Subject: [PATCH] Disk: Test df output on travis --- neofetch | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/neofetch b/neofetch index 79c70b3e..9864ed15 100755 --- a/neofetch +++ b/neofetch @@ -22,6 +22,11 @@ shopt -s nocasematch # Reset colors/bold reset="\033[0m" +echo; echo +df -h +echo; echo +exit + # DETECT INFORMATION get_os() { @@ -1545,11 +1550,7 @@ get_disk() { # Split the info case "$os" in "Haiku") return ;; - "Mac OS X") - disk_used="${disks[10]}" - disk_total="${disks[9]}" - disk_total_per="(${disks[12]})" - ;; + "Mac OS X") ;; *) disk_used="${disks[9]}"