X-Git-Url: https://git.sommitrealweird.co.uk/bpgallery.git/blobdiff_plain/a67b3abbb4fd9278ad09525f0b85de4c28ab4633..56fdabc7cf470c6d6cee9efc652dda63f7dc7fa8:/bpgallery.sh diff --git a/bpgallery.sh b/bpgallery.sh index abcfafa..948d589 100755 --- a/bpgallery.sh +++ b/bpgallery.sh @@ -142,6 +142,10 @@ if [[ -e $HOME/.bpgallery.rc ]]; then . $HOME/.bpgallery.rc 2>/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