Auto-sync from catchthesethighs

This commit is contained in:
adlee-was-taken
2025-12-19 19:36:40 -05:00
parent fdfd9e950f
commit f5350406ad

View File

@@ -20,8 +20,7 @@ set -e
# ============================================================================
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
DOTFILES_CONF="${SCRIPT_DIR}/../dotfiles.conf"
[[ -f "$DOTFILES_CONF" ]] || DOTFILES_CONF="$HOME/.dotfiles/dotfiles.conf"
DOTFILES_CONF="$HOME/.dotfiles/dotfiles.conf"
if [[ -f "$DOTFILES_CONF" ]]; then
source "$DOTFILES_CONF"