From c83ffd2ae5c137c93c8ffb58f1739f330f90b2d5 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 20 Dec 2022 13:35:40 -0300 Subject: [PATCH] profile: $PNPM_HOME --- .profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index a1555f4..3d4381e 100755 --- a/.profile +++ b/.profile @@ -4,9 +4,11 @@ ulimit -c unlimited +export PNPM_HOME="$HOME/.local/share/pnpm" + export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/go/bin:$PATH" -export PATH="$HOME/.local/share/pnpm:$PATH" +export PATH="$PNPM_HOME:$PATH" export ZEIT_DB=~/Sync/zeit.db