zsh: Updated ziocage alias

This commit is contained in:
Christian Baer 2021-10-17 22:19:05 +02:00
parent 22e7e68a24
commit f4b530c17c

View File

@ -33,6 +33,6 @@ case `uname` in
FreeBSD) FreeBSD)
# commands for FreeBSD go here # commands for FreeBSD go here
alias stl="sockstat -l" alias stl="sockstat -l"
alias ziostat="cmdwatch -n 1 zpool iostat -vPL 1 1" alias ziostat="cmdwatch -n 1 zpool iostat -vy 1 1"
;; ;;
esac esac