Merge branch 'master' of https://github.com/xlogerais/config-bash
This commit is contained in:
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
|
Reference in New Issue
Block a user