# SPDX-FileCopyrightText: 2021 René de Hesselle # # SPDX-License-Identifier: GPL-2.0-or-later ### description ################################################################ # Set PATH. ### shellcheck ################################################################# # shellcheck shell=bash # no shebang as this file is intended to be sourced ### variables ################################################################## export PATH=$BIN_DIR:$USR_DIR/bin:/usr/bin:/bin:/usr/sbin:/sbin ### functions ################################################################## # Nothing here. ### main ####################################################################### # Nothing here.