X-Git-Url: https://git.sommitrealweird.co.uk/bpgallery.git/blobdiff_plain/a67b3abbb4fd9278ad09525f0b85de4c28ab4633..b583df1133b9c89168679076a859973218dbe34c:/bpgallery.sh diff --git a/bpgallery.sh b/bpgallery.sh index abcfafa..c26f826 100755 --- a/bpgallery.sh +++ b/bpgallery.sh @@ -19,7 +19,7 @@ set -f -VERSION="1.0.1+arch" +VERSION="1.0.2" function bpgallery_default_head() { cat </dev/null fi +if [[ -e $1 && -d $1 && -e $1/.bpgallery.rc ]]; then + . $1/.bpgallery.rc 2>/dev/null +fi + if [[ -z ${BPGALLERY_THEME} ]]; then BPGALLERY_THEME=default fi