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:
parent
9b938ef536
commit
e9c5917c66
15 changed files with 442 additions and 65 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue