From f5bd9a7841818e65607e9265b285a80eb454e9b3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 26 Aug 2016 12:28:33 +1000 Subject: [PATCH] test --- neofetch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 930a8ef4..c2c41f52 100755 --- a/neofetch +++ b/neofetch @@ -1491,7 +1491,6 @@ getdisk() { # Get the disk info disk="$(df $df_flags 2>/dev/null | awk -v dir="$df_dir" '$0 ~ dir {print $2 ":" $3 ":" $5}')" - # Format the output disk_used="${disk#*:}" disk_used="${disk_used%%:*}" @@ -2979,6 +2978,11 @@ main() { getargs "$@" getdistro + # Temp command to test travis + if [ "$os" == "Mac OS X" ]; then + df -H / -l + fi + # Get colors and bold bold colors