Skip to content

Commit 7df657c

Browse files
justin808claude
andcommitted
Clarify that mise activate bash --shims is POSIX-compatible for .profile
mise doesn't support `sh` as a shell type. The `--shims` flag output is just `export PATH=...` which is valid POSIX and works under dash/sh. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 06c939e commit 7df657c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/docs/conductor-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The best fix is to activate mise shims in shell startup files that run for **all
1717

1818
1. **`.zshenv`** — activate `mise activate zsh --shims` (runs for all zsh shells, including non-interactive)
1919
2. **`.bashrc`** — activate `mise activate bash --shims` (for bash subprocesses)
20-
3. **`.profile`** — activate `mise activate bash --shims` (for sh/login shells)
20+
3. **`.profile`** — activate `mise activate bash --shims` (for sh/login shells; mise has no `sh` shell type, but `--shims` output is POSIX-compatible)
2121
4. **Export `BASH_ENV`** from `.zshenv` — so non-interactive `bash -c` child processes source `.bashrc` and get shims
2222

2323
Example `.zshenv`:

0 commit comments

Comments
 (0)