From d2a31d2cf5b702df8a34c1dd1d225bea6d6abd25 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Dec 2016 14:57:34 +1100 Subject: [PATCH] Disk: Remove Solaris (broken) --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 23c6f1dc..7bb1c45a 100755 --- a/neofetch +++ b/neofetch @@ -1541,7 +1541,7 @@ get_disk() { # df flags case "$os" in - "Linux" | "iPhone OS" | "Windows" | "Solaris" | "GNU") + "Linux" | "iPhone OS" | "Windows" | "GNU") df_flags=(-h -l --total) df_dir="total"