aboutsummaryrefslogtreecommitdiff
path: root/zb-cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'zb-cleanup')
-rwxr-xr-xzb-cleanup1
1 files changed, 1 insertions, 0 deletions
diff --git a/zb-cleanup b/zb-cleanup
index fd17e42..b4cb63b 100755
--- a/zb-cleanup
+++ b/zb-cleanup
@@ -1,6 +1,7 @@
#!/bin/bash
source /etc/profile >/dev/null
+[ -f "$HOME/.zb-rc" ] && source "$HOME/.zb-rc"
if [[ -z "$1" || -z "$2" ]] ; then
echo "usage: $0 <zfs_object> <density_percent> [max_age]" >&2