diff options
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buetow.org.sh b/buetow.org.sh index 60113e1..a1f312b 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -18,6 +18,8 @@ set -e if [[ -n "$CONFIG_FILE_PATH" ]]; then source "$CONFIG_FILE_PATH" +elif [[ -f ~/.config/buetow.org.conf ]]; then + source ~/.config/buetow.org.conf else source ./buetow.org.conf fi |
