From 5bc4f04a06049b88e0fecc00e02585e30430db04 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 13 Mar 2025 18:48:55 +0000 Subject: [PATCH] Add yarn to path --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 5dbaebe..fcf27bd 100644 --- a/.zshrc +++ b/.zshrc @@ -35,3 +35,4 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion export PATH="$HOME/.dotnet/tools:$PATH" +export PATH="$HOME/.yarn/bin:$PATH"