Refactored to make zsh
support as seamless as bash
This commit is contained in:
parent
42d570d673
commit
0c569629bc
13 changed files with 73 additions and 46 deletions
|
@ -1,3 +1,3 @@
|
|||
if [[ -n "$(type -fP zfs)" ]]; then
|
||||
if [[ -n "$(which-command zfs)" ]]; then
|
||||
alias zls='sudo zfs list -o name,used,avail,refer,canmount,mounted,mountpoint'
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue