diff --git a/neofetch b/neofetch index f5024e8b..5071c9a6 100755 --- a/neofetch +++ b/neofetch @@ -1739,9 +1739,8 @@ getdisk () { "Linux" | "iPhone OS" | "Windows") df_flags="-h -l --total" ;; "Mac OS X" | "BSD") case "$distro" in - "OpenBSD"* | "NetBSD"*) return ;; "FreeBSD"* | *"OS X"* ) df_flags="-H / -l" ;; - *) df_flags="-h -c -l" ;; + *) return ;; esac ;; esac