diff --git a/neofetch b/neofetch index cef5b50f..5becab4d 100755 --- a/neofetch +++ b/neofetch @@ -1642,6 +1642,10 @@ get_disk() { # Append '(disk mount point)' to the subtitle. prin "${subtitle} (${disk_info[5]})" "$disk" done + + # Temporary test for mac OS. + df -h "${disk_show[@]:-/}" + exit } get_battery() {