dotfiles.2022/_home/dot_sz.shrc.d/41_zfs
2022-09-29 18:29:13 -04:00

3 lines
125 B
Text

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