summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index 5c59fa3..f382122 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -25,6 +25,10 @@ die () {
exit 100
}
+if [ -f $HOME/.pkg.conf ]; then
+ . $HOME/.pkg.conf
+fi
+
if [ ! -d $PDIR ]; then
die "$PDIR not found!!"
fi