Add pnpm home

This commit is contained in:
2025-05-25 19:09:58 +02:00
parent 594200f88d
commit cf94ba2e4b

View File

@@ -72,3 +72,11 @@ if hash devcontainer 2>/dev/null; then
return 1
}
fi
if hash pnpm 2>/dev/null; then
export PNPM_HOME="/home/tim/.local/share/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
fi