kaido/src/libs/bash/envs.sh

13 lines
342 B
Bash

CONTAINERS_FOLDER="$HOME/.local/share/kaido/containers"
BUILDS_FOLDER="$HOME/.cache/kaido/build"
#TODO check if this is used
MASTER_CONFIG_FOLDER="$HOME/.config/kaido"
if [ -f "/etc/kaido/envs.sh" ]; then
source /etc/kaido/envs.sh
fi
# keep here until fully implemented, maybe read it from kaido.conf?
KAIDO_CONFIG_FOLDER="/etc/kaido"