📝 Update CHEATSHEET with instructions for auto-loading mise environment in zsh and bash

This commit is contained in:
2026-04-12 12:30:32 +08:00
parent 3cc5ab823a
commit a3e6d23817

View File

@@ -22,6 +22,14 @@ $ ~/.local/bin/mise --version
2026.4.9 macos-arm64 (2026-04-11)
```
Auto load msie env:
```shell
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc
```
```shell
echo 'eval "$(mise activate bash)"' >> ~/.bashrc
```
## Usage
### Install Tools