Updated aliases
This commit is contained in:
parent
e536a0679f
commit
b92aaee766
4
aliases.d/zfs
Normal file
4
aliases.d/zfs
Normal 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
|
Loading…
Reference in New Issue
Block a user