Skip to content

Commit

Permalink
Mention the fish shell's automatic activation in the Quickstart secti…
Browse files Browse the repository at this point in the history
…on (#2295)

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.
  • Loading branch information
rmacklin authored Nov 27, 2024
1 parent 130c3a4 commit 2d3f3d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2d3f3d0

Please sign in to comment.