Fixed typo

This commit is contained in:
alejandro-angulo 2025-06-24 10:24:44 -07:00
parent 1e81f417ef
commit ba510c447c
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -38,7 +38,7 @@ Once it's installed you'll have to configure your shell. If you're using ZSH
run the following:
```bash
echo 'eval "$(direnv hook bash)"' >> ~/.zshrc
echo 'eval "$(direnv hook zsh)"' >> ~/.zshrc
```
NOTE: You'll have to start a new terminal session for the changes in `~/.zshrc`