{bash,zsh}rc: very lazy kinoite df improvement

This commit is contained in:
Aminda Suomalainen 2026-02-04 08:33:50 +02:00
parent 72554517ed
commit c5a57fe277
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ if hash lsb_release 2> /dev/null; then
fi
printf "\n"
df / $HOME --human-readable --output=source,fstype,size,used,avail,pcent | uniq
df / $HOME --human-readable --output=source,fstype,size,used,avail,pcent | grep -v overlay | uniq
unset LC_ALL
)

View File

@ -57,7 +57,7 @@ if hash lsb_release 2> /dev/null; then
last --hostlast --present $(date +%R) --fullnames --system --time-format notime
fi
printf "\n"
df / $HOME --human-readable --output=source,fstype,size,used,avail,pcent | uniq
df / $HOME --human-readable --output=source,fstype,size,used,avail,pcent | grep -v overlay | uniq
unset LC_ALL
)