From 526f146081987c635ec2a4a7017579728582b84a Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 17 Apr 2026 12:59:02 -0700 Subject: [PATCH] docs(contributing): add bash shell setup example for mise Signed-off-by: Mrunal Patel --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dcb3f303fe..2852bfa438 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,6 +107,9 @@ After installing `mise`, activate it with `mise activate` or [add it to your she Shell setup examples: ```bash +# Bash +echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc + # Fish echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish