diff --git a/autopilot.sh b/autopilot.sh index 18ad11c..fbfdf84 100755 --- a/autopilot.sh +++ b/autopilot.sh @@ -17,7 +17,9 @@ get_account() { cat "$ACCOUNT_FILE" 2>/dev/null || echo pyramid; } apply_account() { if [ "$(get_account)" = "haupt" ]; then - export CLAUDE_CONFIG_DIR="$HOME/.claude" + # Hauptkonto = Standard-Profil -> Variable NICHT setzen + # (sonst sucht Claude die Config unter ~/.claude/.claude.json statt ~/.claude.json) + unset CLAUDE_CONFIG_DIR else export CLAUDE_CONFIG_DIR="$HOME/.claude-pyramid" fi