From 6a8f31030a5567b6122e4a0d3475fba1fb526688 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 9 Dec 2022 21:17:06 -0300 Subject: [PATCH] profile: pnpm --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 1a9818d..a1555f4 100755 --- a/.profile +++ b/.profile @@ -6,6 +6,7 @@ ulimit -c unlimited export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/go/bin:$PATH" +export PATH="$HOME/.local/share/pnpm:$PATH" export ZEIT_DB=~/Sync/zeit.db