This commit is contained in:
2018-02-19 10:48:37 +01:00
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