Added apt check and fix code + zfs code

This commit is contained in:
Lockszmith 2022-05-30 20:25:05 -04:00
parent 6e75c3a27e
commit d6169ea75a
6 changed files with 32 additions and 0 deletions

View file

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