mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-12 03:27:47 +08:00
Previously install.sh only wrote PATH to ~/.bashrc (or ~/.zshrc), which doesn't work for non-interactive login shells like `bash -lc` used by Claude Code, because Ubuntu's ~/.bashrc exits early for non-interactive shells. Now writes to both: - bash: ~/.bashrc + ~/.profile - zsh: ~/.zshrc + ~/.zprofile Each file is checked independently for idempotency. Closes #128 Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai <noreply@swe-agent.ai>
2.4 KiB
2.4 KiB