📝 Update CHEATSHEET with instructions for auto-loading mise environment in zsh and bash
This commit is contained in:
@@ -22,6 +22,14 @@ $ ~/.local/bin/mise --version
|
|||||||
2026.4.9 macos-arm64 (2026-04-11)
|
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
|
## Usage
|
||||||
|
|
||||||
### Install Tools
|
### Install Tools
|
||||||
|
|||||||
Reference in New Issue
Block a user