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