3 lines
71 B
Bash
3 lines
71 B
Bash
export PNPM_HOME="$HOME/.local/share/pnpm"
|
|
path=( "$PNPM_HOME" $path)
|
|
|
export PNPM_HOME="$HOME/.local/share/pnpm"
|
|
path=( "$PNPM_HOME" $path)
|
|
|