From 6c26589670e976011b4a0e97b9c1465e25771fed Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 6 Jan 2017 19:28:50 +1100 Subject: [PATCH] Disk: Remove -P from flags --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 9db4c037..9de18241 100755 --- a/neofetch +++ b/neofetch @@ -1618,8 +1618,8 @@ get_disk() { # Get "df" flags. case "$os" in "Haiku") err "Disk doesn't work on Haiku due to the non-standard 'df'"; return ;; - "Minix") df_flags=(-h) ;; - *) df_flags=(-P -h) ;; + "Mac OS X") df_flags=(-P -h) ;; + *) df_flags=(-h) ;; esac # Create an array called 'disks' where each element is a separate line from