dotfiles/home/private_dot_config/zsh/zexists.d/cmd/pnpm.zsh

4 lines
71 B
Bash

export PNPM_HOME="$HOME/.local/share/pnpm"
path=( "$PNPM_HOME" $path)