Fix zsh autosuggestions shared history in cmuxterm (#26)

- Restore real ZDOTDIR early in zsh startup so HISTFILE uses user history\n- Preserve user ZDOTDIR without treating Ghostty injected ZDOTDIR as user\n- Add regression tests and terminfo overlay for bright colors
This commit is contained in:
Lawrence Chen 2026-02-09 02:35:20 -08:00 committed by GitHub
parent 9b938ef536
commit e9c5917c66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 442 additions and 65 deletions

View file

@ -16,6 +16,12 @@ After making code changes, always run the reload script to launch the Debug app:
./scripts/reload.sh
```
After you're done with a fix, also reload with a tag so you can verify it in an isolated side-by-side app:
```bash
./scripts/reload.sh --tag fix-zsh-autosuggestions
```
After making code changes, always run the build:
```bash