# -*- mode: sh -*-
# shellcheck shell=bash

if [ -f "${HOME}/.config/bash/rc" ]; then
    # shellcheck source=bash/rc
    . "${HOME}/.config/bash/rc"
fi
