Skip to content
Snippets Groups Projects
Unverified Commit 66680fb5 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

docs: fix mise install docs for zsh

Closes #18

Switches to the `zsh` builtin command `whence` to resolve the location
of the mise binary:

https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html
parent 85754027
No related branches found
No related tags found
No related merge requests found
Pipeline #21935552 passed
Loading
Loading
@@ -150,7 +150,7 @@ mise settings set legacy_version_file false
# bash
echo 'eval "$('$(which mise)' activate bash)"' >> ~/.bashrc
# zsh
echo 'eval "$('$(which mise)' activate zsh)"' >> ~/.zshrc
echo 'eval "$('$(whence -cp mise)' activate zsh)"' >> ~/.zshrc
# fish
echo 'mise activate fish | source' >> ~/.config/fish/config.fish
```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment