repos / zmx

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

commit
a22dba5
parent
680cedd
author
Ordo
date
2025-12-10 15:17:17 -0500 EST
add zsh shell prompt doc (#24)

1 files changed,  +6, -1
M README.md
+6, -1
 1@@ -96,7 +96,12 @@ todo.
 2 
 3 ### zsh
 4 
 5-todo.
 6+Place this in `.zshrc`, update current `$PROMPT/$PS1` to `BASE_PROMPT`
 7+
 8+```zsh
 9+BASE_PROMPT=$PS1/$PROMPT
10+PROMPT="${ZMX_SESSION:+[$ZMX_SESSION]} $BASE_PROMPT"
11+```
12 
13 ## philosophy
14