mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-02-09 04:07:54 +01:00
{bash,zsh}rc: very lazy kinoite df improvement
This commit is contained in:
parent
72554517ed
commit
c5a57fe277
@ -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
|
||||
)
|
||||
|
||||
|
||||
2
rc/zshrc
2
rc/zshrc
@ -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
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user