dotfiles.2022/_home/dot_sz.shrc.d/31_zfs
2022-05-30 20:30:14 -04:00

3 lines
120 B
Text

if [[ -n "$(type -fP zfs)" ]]; then
alias zls='sudo zfs list -o name,used,avail,refer,canmount,mounted,mountpoint'
fi