mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-05-16 20:54:11 +02:00
{bash,zsh}rc: initial btrfs filesystem df /var/home
This commit is contained in:
parent
ecca1a097b
commit
25d5ba6d33
@ -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
|
||||
)
|
||||
|
||||
5
rc/zshrc
5
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
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user