mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-14 11:53:14 +00:00
chore(config): exports now loaded from .config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user