feat(zshenv): add pnpm setup to environment configuration

This commit is contained in:
Jim Myhrberg
2026-01-15 21:11:31 +00:00
parent 4f831ccd2e
commit a954f2b588

4
zshenv
View File

@@ -354,6 +354,10 @@ fi
# Use custom tmux install if available # Use custom tmux install if available
path_prepend "/opt/tmux/bin" path_prepend "/opt/tmux/bin"
# pnpm setup
export PNPM_HOME="$HOME/.local/share/pnpm"
path_prepend "$PNPM_HOME"
# Rust setup # Rust setup
export RUSTUP_HOME="$HOME/.rustup" export RUSTUP_HOME="$HOME/.rustup"
export CARGO_HOME="$HOME/.cargo" export CARGO_HOME="$HOME/.cargo"