diff --git a/rc/bashrc b/rc/bashrc index 22ecf6c9..befdd2fe 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -161,6 +161,11 @@ if hash lsb_release 2> /dev/null; then fi printf "\n" + if [ -d /var/home/ ]; then + echo + btrfs filesystem df --iec /var/home/ + echo + fi df / $HOME --human-readable --output=source,fstype,size,used,avail,pcent | grep -v overlay | uniq unset LC_ALL ) diff --git a/rc/zshrc b/rc/zshrc index 7dd2375e..c9797b87 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -57,6 +57,11 @@ if hash lsb_release 2> /dev/null; then last --hostlast --present $(date +%R) --fullnames --system --time-format notime fi printf "\n" + if [ -d /var/home/ ]; then + echo + btrfs filesystem df --iec /var/home/ + echo + fi df / $HOME --human-readable --output=source,fstype,size,used,avail,pcent | grep -v overlay | uniq unset LC_ALL )