Skip to content

Commit

Permalink
Mention fish shell's automatic activation in README Quickstart section
Browse files Browse the repository at this point in the history
We might as well mention this here, too, for completeness.
  • Loading branch information
rmacklin committed Jun 16, 2024
1 parent efff162 commit 5b26011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Hook mise into your shell (pick the right one for your shell):
```sh-session
# note this assumes mise is located at ~/.local/bin/mise
# which is what https://mise.run does by default
# if you installed via homebrew, the fish shell activation is handled automatically
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish
Expand Down

0 comments on commit 5b26011

Please sign in to comment.