profile: $PNPM_HOME

This commit is contained in:
Cat /dev/Nulo 2022-12-20 13:35:40 -03:00
parent d5b2cb5160
commit c83ffd2ae5

View file

@ -4,9 +4,11 @@
ulimit -c unlimited ulimit -c unlimited
export PNPM_HOME="$HOME/.local/share/pnpm"
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/go/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 export ZEIT_DB=~/Sync/zeit.db