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