From ece4ab99df7f82216ab9d0b52a6f0ce3e22d828f Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Mon, 16 Jun 2014 12:00:31 +0200 Subject: .zb-rc file support --- zb-cleanup | 1 + 1 file changed, 1 insertion(+) (limited to 'zb-cleanup') 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 [max_age]" >&2 -- cgit v1.2.3