From b3932af5016a2e7bb0d9e906f6569fcda73048c3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Dec 2016 12:08:35 +1100 Subject: [PATCH] Disk: Fix flags on Minix 2 --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 0295a29b..dd7de0f0 100755 --- a/neofetch +++ b/neofetch @@ -1556,8 +1556,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=(-P -h) ;; - *) df_flags=(-h) ;; + "Minix") df_flags=(-h) ;; + *) df_flags=(-P -h) ;; esac # Get the info for /