Skip to content

Commit 5c3015a

Browse files
authored
docs(contributing): add bash shell setup example for mise (#877)
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
1 parent b7c7632 commit 5c3015a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ After installing `mise`, activate it with `mise activate` or [add it to your she
107107
Shell setup examples:
108108

109109
```bash
110+
# Bash
111+
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
112+
110113
# Fish
111114
echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish
112115

0 commit comments

Comments
 (0)