mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:26:41 +00:00
feat(zshenv): add pnpm setup to environment configuration
This commit is contained in:
4
zshenv
4
zshenv
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user