Add pnpm home
This commit is contained in:
parent
594200f88d
commit
cf94ba2e4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user