From 634a5b0a103cb103b3de4cd420ca62285fa16bf3 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 17 Feb 2019 22:15:04 +0000 Subject: [PATCH] etc/profile.d/sys.sh --- etc/profile.d/sys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/sys.sh b/etc/profile.d/sys.sh index 925011ff..d42690ce 100644 --- a/etc/profile.d/sys.sh +++ b/etc/profile.d/sys.sh @@ -40,7 +40,7 @@ sys_arch() { } sys_df() { - df -k -l | tail -n +2 | while read -r -a i; do + df -h -l | tail -n +2 | while read -r -a i; do mount=${i[0]} used=${i[2]} free=${i[3]} -- 2.47.3