From: Nicolas Boisselier Date: Sun, 17 Feb 2019 22:23:00 +0000 (+0000) Subject: etc/profile.d/sys.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=74536a8ba1120c9481346e7a1294966754e861cf;p=nb.git etc/profile.d/sys.sh --- diff --git a/etc/profile.d/sys.sh b/etc/profile.d/sys.sh index d42690ce..07b13dac 100644 --- a/etc/profile.d/sys.sh +++ b/etc/profile.d/sys.sh @@ -40,7 +40,7 @@ sys_arch() { } sys_df() { - df -h -l | tail -n +2 | while read -r -a i; do + df -h | tail -n +2 | while read -r -a i; do mount=${i[0]} used=${i[2]} free=${i[3]}