From ba510c447ccf6aaea057c21892e5130f314e0e22 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Tue, 24 Jun 2025 10:24:44 -0700 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1cb26..2aba1e9 100644 --- a/README.md +++ b/README.md @@ -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`