chore(config): exports now loaded from .config

This commit is contained in:
2024-08-14 23:46:14 +03:00
parent d251ea9cdc
commit 4cda063305
2 changed files with 11 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ CONFIG_HOST="$(hostname -s)"
# Enable debugging if requested
[ "$DEBUG" = "1" ] && set -x
CONFIG_PATH="${DOTFILES}/config"
CONFIG_PATH="${HOME}/.config"
[ -d "$DOTFILES" ] || {
msg_err "Error: DOTFILES is not set or $DOTFILES does not exist"