repos / zmx

session persistence for terminal processes
git clone https://github.com/neurosnap/zmx.git

commit
1f4d79d
parent
f783c17
author
Noelle Leigh
date
2026-02-22 11:33:08 -0500 EST
docs: Fix typo in CHANGELOG

"stale" → "stall"

Signed-off-by: Noelle Leigh <noelle_leigh@fastmail.com>
1 files changed,  +1, -1
M CHANGELOG.md
+1, -1
1@@ -7,7 +7,7 @@ Use spec: https://common-changelog.org/
2 ### Added
3 
4 - New environment variable `ZMX_SESSION_PREFIX` which will be inserted before every session name for every command
5-- New command `zmx wait` which will stale until all tasks (`zmx run`) are completed.
6+- New command `zmx wait` which will stall until all tasks (`zmx run`) are completed.
7 
8 ### Changed
9