From 5b26011381b0fd2ac535d234b462cd13b0df08b0 Mon Sep 17 00:00:00 2001 From: Richard Macklin Date: Sat, 15 Jun 2024 20:38:40 -0700 Subject: [PATCH] Mention fish shell's automatic activation in README Quickstart section We might as well mention this here, too, for completeness. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a77b1624ee..fd4f6c8385 100644 --- a/README.md +++ b/README.md @@ -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