Commit 5778a84
Eric Bower
·
2026-07-22 10:16:38 -0400 EDT
parent 61e5cb2
docs: readme
1 files changed,
+3,
-6
+3,
-6
1@@ -47,7 +47,7 @@ brew install neurosnap/tap/zmx
2
3 ### mise-en-place
4
5-``` bash
6+```bash
7 mise use zmx
8 ```
9
10@@ -284,9 +284,7 @@ fi
11
12 #### Alternative: gentle hint (server use)
13
14-If you use zmx on a shared server and SSH in frequently for quick operations,
15-auto-launching the picker on every connection may be too aggressive. Instead,
16-show a one-line reminder when active sessions exist:
17+If you use zmx on a shared server and SSH in frequently for quick operations, auto-launching the picker on every connection may be too aggressive. Instead, show a one-line reminder when active sessions exist:
18
19 ```bash
20 if command -v zmx &> /dev/null && [[ -z "$ZMX_SESSION" ]]; then
21@@ -298,8 +296,7 @@ if command -v zmx &> /dev/null && [[ -z "$ZMX_SESSION" ]]; then
22 fi
23 ```
24
25-Choose the auto-launch pattern for dedicated dev machines, and the hint
26-pattern for shared servers where you frequently run quick commands.
27+Choose the auto-launch pattern for dedicated dev machines, and the hint pattern for shared servers where you frequently run quick commands.
28
29 </details>
30