diff --git a/init.source b/init.source index 0f32ea7..7918635 100644 --- a/init.source +++ b/init.source @@ -17,6 +17,8 @@ elif [ -f "${HOME}/.config/jstmbash.env" ] && [ "${JSTMBASH_LOCAL_CONFIG}" != "t source "${HOME}/.config/jstmbash.env" elif [ -f "/etc/jstmbash/config.env" ] && [ "${JSTMBASH_LOCAL_CONFIG}" != "true" ]; then source "/etc/jstmbash/config.env" +elif [ -f "/etc/jstmbash.env" ] && [ "${JSTMBASH_LOCAL_CONFIG}" != "true" ]; then + source "/etc/jstmbash.env" elif [ -f "$(pwd)/config.env" ]; then source "$(pwd)/config.env" else