This commit is contained in:
Xavier Logerais 2018-02-19 10:48:37 +01:00
commit 0e25c8d1cc
2 changed files with 6 additions and 2 deletions

4
aliases.d/zfs Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
if (which zfs &> /dev/null); then alias zfs='sudo zfs'; fi
if (which zpool &> /dev/null); then alias zpool='sudo zpool'; fi