From b0577f04f69ed0b3b845c023323241ccd7d49065 Mon Sep 17 00:00:00 2001 From: Richard Macklin Date: Sat, 15 Jun 2024 20:11:24 -0700 Subject: [PATCH] Mention the fish shell's automatic activation in the Quickstart section Since folks might not read the whole page before they start following the steps in the Quickstart section, I think it's helpful to mention this detail sooner. --- docs/getting-started.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index cc75fa5836..da1a0ed10c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -36,6 +36,11 @@ Now that `mise` is installed, you can optionally activate it or add its [shims]( For interactive shells, `mise activate` is recommended. In non-interactive sessions, like CI/CD, IDEs, and scripts, using `shims` might work best. You can also not use any and call `mise exec/run` directly instead. See [this guide](dev-tools/shims.md) for more information. +:::info +Activation may be handled automatically if you use fish shell and installed via homebrew. This +can be disabled with `set -Ux MISE_FISH_AUTO_ACTIVATE 0`. +::: + ::: code-group ```sh [bash]