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