From 517b3d60e9a4211465a857dd4e6a0b38e25bfff4 Mon Sep 17 00:00:00 2001 From: Freezed <2160318-free_zed@users.noreply.gitlab.com> Date: Sat, 12 Mar 2022 19:48:19 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20Improve=20`zlogin`=20outpu?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/user_cfg/files/dotfiles/zlogin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/user_cfg/files/dotfiles/zlogin b/tasks/user_cfg/files/dotfiles/zlogin index 6cc6ffa..7131f70 100644 --- a/tasks/user_cfg/files/dotfiles/zlogin +++ b/tasks/user_cfg/files/dotfiles/zlogin @@ -21,7 +21,7 @@ echo -e "\n-=IPs=-\n $(ip -br address|grep UP)\n" echo -e "-=SCREEN=-\n $(screen -list)" echo -e "-=DISKSPACE=-" -[[ -n $(zpool list) ]] &> /dev/null && zpool list || df -h -t ext4 --output=source,used,avail,target +[[ -n $(zpool list) ]] &> /dev/null && zpool list -o name,size,free,frag,cap,health || df -h -t ext4 --output=source,used,avail,target echo -e "\n-=USAGE=-" [[ -e $USAGE_FILE ]] && cat ${USAGE_FILE} || echo "Usage unknown" -- GitLab