5 lines
89 B
Text
5 lines
89 B
Text
|
#!/usr/bin/env zsh
|
||
|
|
||
|
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||
|
path=("$PNPM_HOME" $path)
|